Changeset 225 for trunk/admin/help.php
- Timestamp:
- Nov 2, 2003, 12:18:25 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/help.php
r106 r225 19 19 include_once( './include/isadmin.inc.php' ); 20 20 //----------------------------------------------------- template initialization 21 $sub = $vtp->Open( '. ./template/'.$user['template'].'/admin/help.vtp' );21 $sub = $vtp->Open( './template/'.$user['template'].'/admin/help.vtp' ); 22 22 $tpl = array( ); 23 23 templatize_array( $tpl, 'lang', $sub );
Note: See TracChangeset
for help on using the changeset viewer.