owls
diff Config/Config.inc.php @ 16:22243e7c7dc5
Name of banner pic is now configurable
author | meillo@marmaro.de |
---|---|
date | Sun, 27 May 2007 14:06:42 +0200 |
parents | 3e3fa7725abb |
children |
line diff
1.1 --- a/Config/Config.inc.php Sun May 27 03:04:52 2007 +0200 1.2 +++ b/Config/Config.inc.php Sun May 27 14:06:42 2007 +0200 1.3 @@ -9,4 +9,7 @@ 1.4 // Location of the database connection script to include 1.5 $db_connect = '../../Db.inc.php'; 1.6 1.7 +// Name of the banner pic 1.8 +$banner = 'Owls.png'; 1.9 + 1.10 ?>