comparison index.php @ 158:06f3f07ec5b8

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Feb 2015 16:22:21 +0200
parents 241467521661
children 66f3f02d5172
comparison
equal deleted inserted replaced
157:e97705171c3c 158:06f3f07ec5b8
1 <?php 1 <?php
2 // 2 //
3 // OAMK Lukkari v2.3 3 // OAMK Lukkari v2.4
4 // (C) Copyright 2010 - 2014 Matti 'ccr' Hämäläinen <ccr@tnsp.org> 4 // (C) Copyright 2010 - 2015 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
5 // Yes, this code is rather horrible. :| 5 // Yes, this code is rather horrible. :|
6 // 6 //
7 // Include framework 7 // Include framework
8 require "msitegen.inc.php"; 8 require "msitegen.inc.php";
9 9
10 // Default settings 10 // Default settings
11 $pageName = "OAMK Lukkari"; 11 $pageName = "OAMK Lukkari";
12 $pageVersion = "2.3"; 12 $pageVersion = "2.4";
13 $mobileMode = FALSE; 13 $mobileMode = FALSE;
14 $baseURI = "http://example.com/"; 14 $baseURI = "http://example.com/";
15 15
16 $pageLanguages = array("fi", "en"); 16 $pageLanguages = array("fi", "en");
17 $pageCSSData = array("cookie" => "lukcss", "prefix" => "luk"); 17 $pageCSSData = array("cookie" => "lukcss", "prefix" => "luk");