Changeset 1071 in ExiteCMS for trunk/contact.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/contact.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/contact.php
r834 r1071 31 31 32 32 // load the locale for this module 33 include PATH_LOCALE.LOCALESET."contact.php";33 locale_load("main.contact"); 34 34 35 35 if (isset($_POST['sendmessage'])) { … … 64 64 // define the body panel variables 65 65 $variables['target'] = $target; 66 $template_panels[] = array('type' => 'body', 'name' => 'main.contact', 'template' => 'main.contact.tpl', 'locale' => PATH_LOCALE.LOCALESET.'contact.php');66 $template_panels[] = array('type' => 'body', 'name' => 'main.contact', 'template' => 'main.contact.tpl', 'locale' => "main.contact"); 67 67 $template_variables['main.contact'] = $variables; 68 68 }
Note: See TracChangeset
for help on using the changeset viewer.
