diff options
Diffstat (limited to 'admin/admin.php')
-rw-r--r-- | admin/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/admin.php b/admin/admin.php index 388ce9eb0..37365fd51 100644 --- a/admin/admin.php +++ b/admin/admin.php @@ -23,6 +23,7 @@ $handle = $vtp->Open( '../template/'.$user['template'].'/admin/admin.vtp' ); // language $tpl = array( 'menu_title', 'title_default', 'charset' ); templatize_array( $tpl, 'lang', $handle ); +$vtp->setGlobalVar( $handle, 'user_template', $user['template'] ); //--------------------------------------- validating page and creation of title $page_valide = false; $title = ''; |