Changeset 1071 in ExiteCMS for trunk/article_cats.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/article_cats.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/article_cats.php
r834 r1071 18 18 define('AC_OVERVIEW_LIMIT', 5); 19 19 20 include PATH_LOCALE.LOCALESET."article_cats.php"; 20 // load the locale for this module 21 locale_load("main.article_cats"); 21 22 22 23 // make sure the cat_id is valid … … 80 81 81 82 // define the body panel variables 82 $template_panels[] = array('type' => 'body', 'name' => 'article_cats', 'template' => 'main.article_cats.tpl', 'locale' => PATH_LOCALE.LOCALESET."article_cats.php");83 $template_panels[] = array('type' => 'body', 'name' => 'article_cats', 'template' => 'main.article_cats.tpl', 'locale' => "main.article_cats"); 83 84 $template_variables['article_cats'] = $variables; 84 85
Note: See TracChangeset
for help on using the changeset viewer.
