Code

Updated another image for testing
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 09:04:15 +0000 (09:04 +0000)
committercajus <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
gosa-core/ihtml/themes/modern/framework.tpl

index 56ca32356bebd3105c62e157ad47f8a322c62016..18c03e975b03e31616e45dd0d33c7b4ecd63fc32 100644 (file)
@@ -265,6 +265,7 @@ if (isset($_GET['reset'])){
 }
 
 /* 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>");
index 78ed0e1fc62f377f9a3a3467420396d1be67b130..aee92c0f31d7901282457705b1c2e7107d6940cb 100644 (file)
@@ -5,7 +5,7 @@
   <!-- 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'>