Mercurial > owls
comparison 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 |
comparison
equal
deleted
inserted
replaced
15:bae203f70c9b | 16:22243e7c7dc5 |
---|---|
7 $title = 'Owls'; | 7 $title = 'Owls'; |
8 | 8 |
9 // Location of the database connection script to include | 9 // Location of the database connection script to include |
10 $db_connect = '../../Db.inc.php'; | 10 $db_connect = '../../Db.inc.php'; |
11 | 11 |
12 // Name of the banner pic | |
13 $banner = 'Owls.png'; | |
14 | |
12 ?> | 15 ?> |