Changeset 329 for branches/release-1_3/admin
- Timestamp:
- Jan 29, 2004, 11:31:43 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_3/admin/admin.php
r274 r329 26 26 $tpl = array( 'menu_title','title_default','charset','install_warning' ); 27 27 templatize_array( $tpl, 'lang', $handle ); 28 $vtp->setGlobalVar( $handle, 'user_template', $user['template'] ); 28 $vtp->setGlobalVar( $handle, 'user_template',$user['template']); 29 $vtp->setGlobalVar( $handle, 'style', '../template/'.$user['template'].'/'.$user['template'].'-admin.css'); 30 29 31 //-------------------------------------------------- install.php still exists ? 30 32 if ( is_file( './install.php' ) )
Note: See TracChangeset
for help on using the changeset viewer.