annotate config.inc.example @ 136:48c3012c89d7

Add configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Aug 2014 20:34:35 +0300
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
136
48c3012c89d7 Add configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 <?php
48c3012c89d7 Add configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2
48c3012c89d7 Add configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 $baseURI = "http://tnsp.org/luk/";
48c3012c89d7 Add configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4
48c3012c89d7 Add configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 $pageLang = "fi";
48c3012c89d7 Add configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 $pageCSSData = array("cookie" => "lukcss", "prefix" => "luk");
48c3012c89d7 Add configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 $pageCSSAlts = array("blue" => "1", "old" => "2", "purple" => "3", "dark" => "4");
48c3012c89d7 Add configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8
48c3012c89d7 Add configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 $classDefaultID = "TTE1SNO";
48c3012c89d7 Add configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
48c3012c89d7 Add configuration.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 ?>