Code

Added lang to smarty vars by default
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 1 Oct 2009 11:02:22 +0000 (11:02 +0000)
committercajus <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

index 62df3fa3a22817da510d594bd35562d66accb171..c088754c0c7bf3ada17570e5a0ee3913fd8f454a 100644 (file)
@@ -266,6 +266,7 @@ if (isset($_GET['reset'])){
 
 /* 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";