Changeset 1071 in ExiteCMS for trunk/downloads.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/downloads.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/downloads.php
r991 r1071 21 21 22 22 // load this module's locales 23 include PATH_LOCALE.LOCALESET."downloads.php";23 locale_load("main.downloads"); 24 24 25 25 function countdownloads($cat_id) { … … 121 121 122 122 // define the body panel variables 123 $template_panels[] = array('type' => 'body', 'name' => 'downloads', 'template' => 'main.downloads.tpl', 'locale' => PATH_LOCALE.LOCALESET."downloads.php");123 $template_panels[] = array('type' => 'body', 'name' => 'downloads', 'template' => 'main.downloads.tpl', 'locale' => "main.downloads"); 124 124 $template_variables['downloads'] = $variables; 125 125
Note: See TracChangeset
for help on using the changeset viewer.
