annotate config.inc.example @ 193:16ce445c499a v3 tip

Import v3 branch.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 22 Jan 2017 02:31:10 +0200
parents 48c3012c89d7
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 ?>