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