summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 295249e)
raw | patch | inline | side by side (parent: 295249e)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Mar 2010 09:04:15 +0000 (09:04 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Mar 2010 09:04:15 +0000 (09:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15784 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/main.php | patch | blob | history | |
gosa-core/ihtml/themes/modern/framework.tpl | patch | blob | history |
index 56ca32356bebd3105c62e157ad47f8a322c62016..18c03e975b03e31616e45dd0d33c7b4ecd63fc32 100644 (file)
--- a/gosa-core/html/main.php
+++ b/gosa-core/html/main.php
}
/* show web frontend */
+$smarty->assign ("logo", "<div style='float:left'>".image("themes/modern/images/logo.png")."</div>");
$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>");
diff --git a/gosa-core/ihtml/themes/modern/framework.tpl b/gosa-core/ihtml/themes/modern/framework.tpl
index 78ed0e1fc62f377f9a3a3467420396d1be67b130..aee92c0f31d7901282457705b1c2e7107d6940cb 100644 (file)
<!-- Title bar including logout button -->
<div class='title-bar'>
<ul>
- <li><img src='themes/modern/images/logo.png'></li>
+ <li>{$logo}</li>
<li class='right table-wrapper'>
<div class='logout-label'>
<form action='logout.php' name='logoutframe' method='post' enctype='multipart/form-data'>