Changeset 1071 in ExiteCMS for trunk/administration/panels.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/panels.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/panels.php
r834 r1071 17 17 18 18 // load the locale for this module 19 include PATH_LOCALE.LOCALESET."admin/panels.php";19 locale_load("admin.panels"); 20 20 21 21 // temp storage for template variables … … 159 159 160 160 // define the admin body panel 161 $template_panels[] = array('type' => 'body', 'name' => 'admin.panels', 'template' => 'admin.panels.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/panels.php");161 $template_panels[] = array('type' => 'body', 'name' => 'admin.panels', 'template' => 'admin.panels.tpl', 'locale' => "admin.panels"); 162 162 $template_variables['admin.panels'] = $variables; 163 163
Note: See TracChangeset
for help on using the changeset viewer.
