Changeset 1071 in ExiteCMS for trunk/administration/db_backup.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/db_backup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/db_backup.php
r1070 r1071 125 125 126 126 // load the locale for this module 127 include PATH_LOCALE.LOCALESET."admin/db-backup.php";127 locale_load("admin.db-backup"); 128 128 129 129 // make sure the parameter is valid … … 299 299 300 300 // define the admin body panel 301 $template_panels[] = array('type' => 'body', 'name' => 'admin.db_backup', 'template' => 'admin.db_backup.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/db-backup.php");301 $template_panels[] = array('type' => 'body', 'name' => 'admin.db_backup', 'template' => 'admin.db_backup.tpl', 'locale' => "admin.db-backup"); 302 302 $template_variables['admin.db_backup'] = $variables; 303 303
Note: See TracChangeset
for help on using the changeset viewer.
