comparison 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
comparison
equal deleted inserted replaced
15:bae203f70c9b 16:22243e7c7dc5
67 67
68 <body> 68 <body>
69 <div id="websiteContainer"> 69 <div id="websiteContainer">
70 70
71 <!-- Banner --> 71 <!-- Banner -->
72 <img src="Owls.png" id="banner" alt="<?php echo htmlentities(TITLE); ?>" /> 72 <img src="<?php echo $banner; ?>" id="banner" alt="<?php echo htmlentities(TITLE); ?>" />
73 73
74 <?php 74 <?php
75 75
76 76
77 if ($_GET['action'] == 'show') { // show 77 if ($_GET['action'] == 'show') { // show