Code

updated templates
[gosa.git] / gosa-core / html / main.php
index a00d2b924c9700805ec72598fa673f20060bc8c5..5d8a3a0ad7ceb55b5ae6de01f6e2e77596904eae 100644 (file)
@@ -267,7 +267,8 @@ if (isset($_GET['reset'])){
 }
 
 /* show web frontend */
-$smarty->assign ("logo", image("themes/modern/images/logo.png"));
+$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>");