mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
parent
faba6e9bea
commit
973ae6107d
@ -24,6 +24,7 @@ $sec_img = new secure_image;
|
||||
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
|
||||
|
||||
define('PAGE_NAME', LANCONTACT_00);
|
||||
|
||||
require_once(HEADERF);
|
||||
|
||||
|
@ -14,7 +14,8 @@
|
||||
* $Author$
|
||||
*/
|
||||
|
||||
define('PAGE_NAME', 'Contact Us');
|
||||
|
||||
define('LANCONTACT_00', 'Contact Us');
|
||||
define("LANCONTACT_01", "Contact Details");
|
||||
define("LANCONTACT_02", "Contact Form");
|
||||
define("LANCONTACT_03", "Enter your name:");
|
||||
|
@ -18,7 +18,7 @@ $contact_shortcodes = e107::getScBatch('contact');
|
||||
$text = $tp->parseTemplate($head. $template . $foot, true, $contact_shortcodes);
|
||||
|
||||
|
||||
$ns->tablerender("Contact Us", $text, 'contact-menu');
|
||||
$ns->tablerender(LANCONTACT_00, $text, 'contact-menu');
|
||||
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user