Changeset 1071 in ExiteCMS for trunk/includes/comments_include.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/includes/comments_include.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/comments_include.php
r863 r1071 16 16 17 17 // load the locale for this include 18 include PATH_LOCALE.LOCALESET."comments.php";18 locale_load("main.comments"); 19 19 20 20 // function to display the comments panel … … 79 79 80 80 // define the body panel variables 81 $template_panels[] = array('type' => 'body', 'name' => 'comments_include', 'template' => 'include.comments.tpl', 'locale' => PATH_LOCALE.LOCALESET."comments.php");81 $template_panels[] = array('type' => 'body', 'name' => 'comments_include', 'template' => 'include.comments.tpl', 'locale' => "main.comments"); 82 82 $template_variables['comments_include'] = $variables; 83 83 }
Note: See TracChangeset
for help on using the changeset viewer.
