comparison index.php @ 166:0c3c27de6710

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 23 Aug 2015 19:39:48 +0300
parents 66f3f02d5172
children 074a4a00af08
comparison
equal deleted inserted replaced
165:1d17dbb864ff 166:0c3c27de6710
1 <?php 1 <?php
2 // 2 //
3 // OAMK Lukkari v2.4 3 // OAMK Lukkari v2.5
4 // (C) Copyright 2010 - 2015 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.4"; 12 $pageVersion = "2.5";
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");