mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
Bugtracker #4773 - Contact Details padding caption with newline
This commit is contained in:
parent
18e8d93b53
commit
7ca4324e8e
@ -1,19 +1,22 @@
|
||||
<?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("USER_WIDTH")){ define("USER_WIDTH","width:97%"); }
|
||||
|
||||
if(!isset($CONTACT_INFO))
|
||||
{
|
||||
$CONTACT_INFO = "
|
||||
$sc_style['SITECONTACTINFO']['pre'] = "
|
||||
<table style='".USER_WIDTH."' cellpadding='1' cellspacing='7'>
|
||||
<tr>
|
||||
<td>{SITECONTACTINFO}
|
||||
<br />
|
||||
<td>";
|
||||
|
||||
$CONTACT_INFO = '{SITECONTACTINFO}';
|
||||
|
||||
$sc_style['SITECONTACTINFO']['post'] = '<br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>";
|
||||
</table>';
|
||||
}
|
||||
|
||||
$sc_style['CONTACT_EMAIL_COPY']['pre'] = "<tr><td>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user