mirror of
https://github.com/e107inc/e107.git
synced 2025-06-17 06:18:04 +02:00
Bugtracker #4773 - Contact Details padding caption with newline
This commit is contained in:
@ -1,19 +1,22 @@
|
|||||||
<?php
|
<?php
|
||||||
// $Id: contact_template.php,v 1.3 2007-12-06 21:35:55 e107steved Exp $
|
// $Id: contact_template.php,v 1.4 2009-07-27 21:18:37 marj_nl_fr Exp $
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:97%"); }
|
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:97%"); }
|
||||||
|
|
||||||
if(!isset($CONTACT_INFO))
|
if(!isset($CONTACT_INFO))
|
||||||
{
|
{
|
||||||
$CONTACT_INFO = "
|
$sc_style['SITECONTACTINFO']['pre'] = "
|
||||||
<table style='".USER_WIDTH."' cellpadding='1' cellspacing='7'>
|
<table style='".USER_WIDTH."' cellpadding='1' cellspacing='7'>
|
||||||
<tr>
|
<tr>
|
||||||
<td>{SITECONTACTINFO}
|
<td>";
|
||||||
<br />
|
|
||||||
|
$CONTACT_INFO = '{SITECONTACTINFO}';
|
||||||
|
|
||||||
|
$sc_style['SITECONTACTINFO']['post'] = '<br />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>";
|
</table>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$sc_style['CONTACT_EMAIL_COPY']['pre'] = "<tr><td>";
|
$sc_style['CONTACT_EMAIL_COPY']['pre'] = "<tr><td>";
|
||||||
|
Reference in New Issue
Block a user