1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-16 22:14:19 +02:00

Bugtracker #4773 - Contact Details padding caption with newline

This commit is contained in:
marj
2009-07-27 21:18:37 +00:00
parent 18e8d93b53
commit 7ca4324e8e

View File

@ -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>";