From 33e02f2b4f1d4ba86bf0c3da66db9a450ba6119a Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 16 May 2008 08:06:33 +0000 Subject: [PATCH] Added version tag to login screen. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10925 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/index.php | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.30.2