Ignore:
Timestamp:
Jan 29, 2004, 11:31:43 PM (20 years ago)
Author:
gweltas
Message:

CSS Admin creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_3/admin/admin.php

    r274 r329  
    2626$tpl = array( 'menu_title','title_default','charset','install_warning' );
    2727templatize_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
    2931//-------------------------------------------------- install.php still exists ?
    3032if ( is_file( './install.php' ) )
Note: See TracChangeset for help on using the changeset viewer.