Code

Updated posix Account
[gosa.git] / gosa-core / html / main.php
index 7bef85983b75d09ebd03b3469516f5aea8bdee73..5d8a3a0ad7ceb55b5ae6de01f6e2e77596904eae 100644 (file)
@@ -267,7 +267,8 @@ if (isset($_GET['reset'])){
 }
 
 /* show web frontend */
-$smarty->assign ("logo", "<div style='float:left'>".image("themes/modern/images/logo.png")."</div>");
+$smarty->assign ("logo", image(get_template_path("images/logo.png")));
+$smarty->assign ("logout", image(get_template_path("images/btn-logout.png"), "log-out", _("Log out")));
 $smarty->assign ("date", date("l, dS F Y H:i:s O"));
 $smarty->assign ("lang", preg_replace('/_.*$/', '', $lang));
 $smarty->assign ("must", "<span class='required'>*</span>");