Changeset 1071 in ExiteCMS for trunk/faq.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/faq.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/faq.php
r834 r1071 24 24 25 25 // load this module's locales 26 include PATH_LOCALE.LOCALESET."faq.php";26 locale_load("main.faq"); 27 27 28 28 // temp storage for template variables … … 62 62 $variables['cat_id'] = $cat_id; 63 63 // define the body panel variables 64 $template_panels[] = array('type' => 'body', 'name' => 'faq', 'title' => $title, 'template' => 'main.faq.tpl', 'locale' => PATH_LOCALE.LOCALESET."faq.php");64 $template_panels[] = array('type' => 'body', 'name' => 'faq', 'title' => $title, 'template' => 'main.faq.tpl', 'locale' => "main.faq"); 65 65 $template_variables['faq'] = $variables; 66 66
Note: See TracChangeset
for help on using the changeset viewer.
