From: hickert Date: Fri, 16 May 2008 08:06:33 +0000 (+0000) Subject: Added version tag to login screen. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=33e02f2b4f1d4ba86bf0c3da66db9a450ba6119a;p=gosa.git Added version tag to login screen. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10925 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/index.php b/gosa-core/html/index.php index b26380eeb..f4a8532ba 100644 --- a/gosa-core/html/index.php +++ b/gosa-core/html/index.php @@ -91,6 +91,7 @@ function displayLogin() } $smarty->assign("msg_dialogs", msg_dialog::get_dialogs()); $smarty->display (get_template_path('headers.tpl')); + $smarty->assign("version",get_gosa_version()); $smarty->display(get_template_path('login.tpl')); exit(); }