Changeset 1071 in ExiteCMS for trunk/administration/downloads.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/downloads.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/downloads.php
r1030 r1071 17 17 18 18 // load the locale for this module 19 include PATH_LOCALE.LOCALESET."admin/downloads.php";19 locale_load("admin.downloads"); 20 20 21 21 // TODO - WANWIZARD - 20070718 - NEED TO MOVE THIS TO SETTINGS … … 231 231 232 232 // panel definitions 233 $template_panels[] = array('type' => 'body', 'name' => 'admin.downloads', 'title' => $title, 'template' => 'admin.downloads.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/downloads.php");233 $template_panels[] = array('type' => 'body', 'name' => 'admin.downloads', 'title' => $title, 'template' => 'admin.downloads.tpl', 'locale' => "admin.downloads"); 234 234 $template_variables['admin.downloads'] = $variables; 235 235
Note: See TracChangeset
for help on using the changeset viewer.
