Changeset 1071 in ExiteCMS for trunk/forum/index.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/forum/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/index.php
r1012 r1071 23 23 24 24 // load the locale for this forum module 25 include PATH_LOCALE.LOCALESET."forum/main.php";25 locale_load("forum.main"); 26 26 27 27 // load the advertisement include module and get an ad for this forum page … … 88 88 89 89 // define the search body panel variables 90 $template_panels[] = array('type' => 'body', 'name' => 'forum.index', 'template' => 'forum.index.tpl', 'locale' => PATH_LOCALE.LOCALESET."forum/main.php");90 $template_panels[] = array('type' => 'body', 'name' => 'forum.index', 'template' => 'forum.index.tpl', 'locale' => "forum.main"); 91 91 $template_variables['forum.index'] = $variables; 92 92
Note: See TracChangeset
for help on using the changeset viewer.
