Changeset 1071 in ExiteCMS for trunk/administration/faq.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/faq.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/faq.php
r834 r1071 17 17 18 18 // load the locale for this module 19 include PATH_LOCALE.LOCALESET."admin/faq.php";19 locale_load("admin.faq"); 20 20 21 21 // temp storage for template variables … … 44 44 // define the message panel variables 45 45 $variables['bold'] = true; 46 $template_panels[] = array('type' => 'body', 'name' => 'admin.faq.status', 'title' => $title, 'template' => '_message_table_panel.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/faq.php");46 $template_panels[] = array('type' => 'body', 'name' => 'admin.faq.status', 'title' => $title, 'template' => '_message_table_panel.tpl', 'locale' => "admin.faq"); 47 47 $template_variables['admin.faq.status'] = $variables; 48 48 $variables = array(); … … 175 175 176 176 // define the admin body panel 177 $template_panels[] = array('type' => 'body', 'name' => 'admin.faq', 'template' => 'admin.faq.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/faq.php");177 $template_panels[] = array('type' => 'body', 'name' => 'admin.faq', 'template' => 'admin.faq.tpl', 'locale' => "admin.faq"); 178 178 $template_variables['admin.faq'] = $variables; 179 179
Note: See TracChangeset
for help on using the changeset viewer.
