Changeset 1071 in ExiteCMS for trunk/administration/panel_editor.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/panel_editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/panel_editor.php
r864 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 … … 227 227 228 228 // define the admin body panel 229 $template_panels[] = array('type' => 'body', 'name' => 'admin.panel_editor', 'title' => $title, 'template' => 'admin.panel_editor.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/panels.php");229 $template_panels[] = array('type' => 'body', 'name' => 'admin.panel_editor', 'title' => $title, 'template' => 'admin.panel_editor.tpl', 'locale' => "admin.panels"); 230 230 $template_variables['admin.panel_editor'] = $variables; 231 231
Note: See TracChangeset
for help on using the changeset viewer.
