Logo ist Link zur Startseite
bernd

bernd commited on 2010-03-09 16:59:03
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


git-svn-id: https://svn.schokokeks.org/repos/tools/webinterface/trunk@1692 87cf0b9e-d624-0410-a070-f6ee81989793
... ...
@@ -86,7 +86,7 @@ if (isset($html_header))
86 86
 <div><a href="#content" style="display: none;">Zum Inhalt</a></div>
87 87
 
88 88
 <div class="menu">
89
-<img src="<?php echo $prefix.config('logo'); ?>" width="190" height="141" alt="<?php echo config('company_name'); ?>" />
89
+<a href="<?php echo $prefix; ?>"><img src="<?php echo $prefix.config('logo'); ?>" width="190" height="141" alt="<?php echo config('company_name'); ?>" /></a>
90 90
 
91 91
 
92 92
 <?php
93 93