annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
46617062bef5 put config into own file
meillo@marmaro.de
parents:
diff changeset
1 <?php
46617062bef5 put config into own file
meillo@marmaro.de
parents:
diff changeset
2
46617062bef5 put config into own file
meillo@marmaro.de
parents:
diff changeset
3 // Prefix for database tables (default: 'rem__')
46617062bef5 put config into own file
meillo@marmaro.de
parents:
diff changeset
4 $db_prefix = 'rem__1_';
46617062bef5 put config into own file
meillo@marmaro.de
parents:
diff changeset
5
46617062bef5 put config into own file
meillo@marmaro.de
parents:
diff changeset
6 // Title of the website (default: 'Owls')
12
682b4a24469c optimized layout of ctrl bar
meillo@marmaro.de
parents: 11
diff changeset
7 $title = 'Owls';
11
46617062bef5 put config into own file
meillo@marmaro.de
parents:
diff changeset
8
46617062bef5 put config into own file
meillo@marmaro.de
parents:
diff changeset
9 // Location of the database connection script to include
46617062bef5 put config into own file
meillo@marmaro.de
parents:
diff changeset
10 $db_connect = '../../Db.inc.php';
46617062bef5 put config into own file
meillo@marmaro.de
parents:
diff changeset
11
16
22243e7c7dc5 Name of banner pic is now configurable
meillo@marmaro.de
parents: 13
diff changeset
12 // Name of the banner pic
22243e7c7dc5 Name of banner pic is now configurable
meillo@marmaro.de
parents: 13
diff changeset
13 $banner = 'Owls.png';
22243e7c7dc5 Name of banner pic is now configurable
meillo@marmaro.de
parents: 13
diff changeset
14
11
46617062bef5 put config into own file
meillo@marmaro.de
parents:
diff changeset
15 ?>