summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 485c045)
raw | patch | inline | side by side (parent: 485c045)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Oct 2009 11:02:22 +0000 (11:02 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 1 Oct 2009 11:02:22 +0000 (11:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14431 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/main.php | patch | blob | history |
index 62df3fa3a22817da510d594bd35562d66accb171..c088754c0c7bf3ada17570e5a0ee3913fd8f454a 100644 (file)
--- a/gosa-core/html/main.php
+++ b/gosa-core/html/main.php
/* show web frontend */
$smarty->assign ("date", date("l, dS F Y H:i:s O"));
+$smarty->assign ("lang", preg_replace('/_.*$/', '', $lang));
$smarty->assign ("must", "<font class=\"must\">*</font>");
if (isset($plug)){
$plug= "?plug=$plug";