aboutsummaryrefslogtreecommitdiffstats
path: root/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin.php')
-rw-r--r--admin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin.php b/admin.php
index 6f76ad4cc..d8b25ec64 100644
--- a/admin.php
+++ b/admin.php
@@ -35,6 +35,7 @@ $handle = $vtp->Open( './template/'.$user['template'].'/admin.vtp' );
// language
$tpl = array( 'title_default','charset','install_warning' );
templatize_array( $tpl, 'lang', $handle );
+$vtp->setGlobalVar( $handle, 'style', './template/'.$user['template'].'/'.$user['template'].'-admin.css');
//-------------------------------------------------- install.php still exists ?
if ( is_file( './install.php' ) )
{