mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 06:03:27 +02:00
Added Contact Info Template
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// $Id$
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
if (!defined("USER_WIDTH")){ define("USER_WIDTH","width:97%"); }
|
||||
|
||||
/*
|
||||
if(!isset($CONTACT_INFO))
|
||||
{
|
||||
$CONTACT_INFO = "
|
||||
@@ -16,8 +16,15 @@ if(!isset($CONTACT_INFO))
|
||||
</tr>
|
||||
</table>";
|
||||
}
|
||||
*/
|
||||
|
||||
$CONTACT_TEMPLATE['info'] = "
|
||||
|
||||
<div class='contact-info' >
|
||||
<address>{SITECONTACTINFO}</address>
|
||||
</div>
|
||||
|
||||
";
|
||||
|
||||
|
||||
$CONTACT_TEMPLATE['menu'] = '
|
||||
|
Reference in New Issue
Block a user