changeset 16:22243e7c7dc5

Name of banner pic is now configurable
author meillo@marmaro.de
date Sun, 27 May 2007 14:06:42 +0200
parents bae203f70c9b
children 081ba8764994
files Config/Config.inc.php Owls.php
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Config/Config.inc.php	Sun May 27 03:04:52 2007 +0200
+++ b/Config/Config.inc.php	Sun May 27 14:06:42 2007 +0200
@@ -9,4 +9,7 @@
 // Location of the database connection script to include
 $db_connect = '../../Db.inc.php';
 
+// Name of the banner pic
+$banner = 'Owls.png';
+
 ?>
--- a/Owls.php	Sun May 27 03:04:52 2007 +0200
+++ b/Owls.php	Sun May 27 14:06:42 2007 +0200
@@ -69,7 +69,7 @@
 <div id="websiteContainer">
 
   <!-- Banner -->
-  <img src="Owls.png" id="banner" alt="<?php echo htmlentities(TITLE); ?>" />
+  <img src="<?php echo $banner; ?>" id="banner" alt="<?php echo htmlentities(TITLE); ?>" />
 
 <?php