Changeset 1071 in ExiteCMS for trunk/administration/upgrade.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/upgrade.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/upgrade.php
r1060 r1071 54 54 55 55 // load the locale for this module 56 include PATH_LOCALE.LOCALESET."admin/upgrade.php";56 locale_load("admin.upgrade"); 57 57 58 58 // temp storage for template variables … … 152 152 $variables['new_upgrades'] = false; 153 153 154 $template_panels[] = array('type' => 'body', 'name' => 'admin.upgrade', 'template' => 'admin.upgrade.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/upgrade.php");154 $template_panels[] = array('type' => 'body', 'name' => 'admin.upgrade', 'template' => 'admin.upgrade.tpl', 'locale' => "admin.upgrade"); 155 155 $template_variables['admin.upgrade'] = $variables; 156 156
Note: See TracChangeset
for help on using the changeset viewer.
