mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 00:30:09 +02:00
Tinymce bootstrap dialog tweaks. Contact page template.
This commit is contained in:
@@ -52,9 +52,7 @@ $CONTACT_TEMPLATE['menu'] = '
|
||||
|
||||
|
||||
|
||||
if(!isset($CONTACT_FORM))
|
||||
{
|
||||
$CONTACT_FORM = "
|
||||
$CONTACT_TEMPLATE['form'] = "
|
||||
<form action='".e_SELF."' method='post' id='contactForm' >
|
||||
<table style='".USER_WIDTH."' cellpadding='1' cellspacing='7'>
|
||||
{CONTACT_PERSON}
|
||||
@@ -80,7 +78,9 @@ if(!isset($CONTACT_FORM))
|
||||
</td></tr>
|
||||
</table>
|
||||
</form>";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user