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