Changeset 1071 in ExiteCMS for trunk/administration/download_cats.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/download_cats.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/download_cats.php
r992 r1071 17 17 18 18 // load the locale for this module 19 require_once PATH_LOCALE.LOCALESET."admin/downloads.php";19 locale_load("admin.downloads"); 20 20 21 21 //check if the user has a right to be here. If not, bail out … … 182 182 183 183 // panel definitions 184 $template_panels[] = array('type' => 'body', 'name' => 'admin.download_cats', 'title' => $title, 'template' => 'admin.download_cats.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/downloads.php");184 $template_panels[] = array('type' => 'body', 'name' => 'admin.download_cats', 'title' => $title, 'template' => 'admin.download_cats.tpl', 'locale' => "admin.downloads"); 185 185 $template_variables['admin.download_cats'] = $variables; 186 186
Note: See TracChangeset
for help on using the changeset viewer.
