Changeset 1071 in ExiteCMS for trunk/members.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/members.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/members.php
r1068 r1071 20 20 21 21 //load the locale for this module 22 require_once PATH_LOCALE.LOCALESET."members-profile.php";22 locale_load("main.members-profile"); 23 23 24 24 // load the GeoIP include module … … 98 98 } 99 99 100 $template_panels[] = array('type' => 'body', 'name' => 'members', 'template' => 'main.members.tpl', 'locale' => PATH_LOCALE.LOCALESET."members-profile.php");100 $template_panels[] = array('type' => 'body', 'name' => 'members', 'template' => 'main.members.tpl', 'locale' => "main.members-profile"); 101 101 $template_variables['members'] = $variables; 102 102
Note: See TracChangeset
for help on using the changeset viewer.
