summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15d61f9)
raw | patch | inline | side by side (parent: 15d61f9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 16 May 2008 08:06:33 +0000 (08:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 16 May 2008 08:06:33 +0000 (08:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10925 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/index.php | patch | blob | history |
index b26380eeb389ec89152515483ba3f3c503e03b29..f4a8532ba9f61765b5d367ba578f688ca279c654 100644 (file)
--- a/gosa-core/html/index.php
+++ b/gosa-core/html/index.php
}
$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();
}