openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3346c87adcd8e44734fee0bb60217b9506361a71
parent a6965665db89aeb8a2f394914c26632e78cd0568
Author: dankert <devnull@localhost>
Date:   Sat, 25 Dec 2004 23:20:39 +0100

Logo-Bild ueber Parameter

Diffstat:
themes/default/pages/html/login.tpl.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/pages/html/login.tpl.php b/themes/default/pages/html/login.tpl.php @@ -14,7 +14,7 @@ </tr> <tr> -<td colspan="2"><a href="http://www.openrat.de/" target="_top"><img src="<?php echo $image_dir ?>/logo.jpg" border="0" /></a></td> +<td colspan="2"><a href="http://www.openrat.de/" target="_top"><img src="<?php echo $logo ?>" border="0" /></a></td> </tr> <?php if ($loginmessage!='')