owls

diff Owls.php @ 16:22243e7c7dc5

Name of banner pic is now configurable
author meillo@marmaro.de
date Sun, 27 May 2007 14:06:42 +0200
parents cebc198276eb
children
line diff
     1.1 --- a/Owls.php	Sun May 27 03:04:52 2007 +0200
     1.2 +++ b/Owls.php	Sun May 27 14:06:42 2007 +0200
     1.3 @@ -69,7 +69,7 @@
     1.4  <div id="websiteContainer">
     1.5  
     1.6    <!-- Banner -->
     1.7 -  <img src="Owls.png" id="banner" alt="<?php echo htmlentities(TITLE); ?>" />
     1.8 +  <img src="<?php echo $banner; ?>" id="banner" alt="<?php echo htmlentities(TITLE); ?>" />
     1.9  
    1.10  <?php
    1.11