comparison index.php @ 191:f2adb44ea251

Bump version.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 13 Jan 2016 08:20:43 +0200
parents 23fb0797f448
children 16ce445c499a
comparison
equal deleted inserted replaced
190:23fb0797f448 191:f2adb44ea251
1 <?php 1 <?php
2 // 2 //
3 // OAMK Lukkari v2.6 3 // OAMK Lukkari v2.7
4 // (C) Copyright 2010 - 2016 Matti 'ccr' Hämäläinen <ccr@tnsp.org> 4 // (C) Copyright 2010 - 2016 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 "mgeneric.inc.php"; 8 require "mgeneric.inc.php";
9 9
10 // Default settings 10 // Default settings
11 $pageName = "OAMK Lukkari"; 11 $pageName = "OAMK Lukkari";
12 $pageVersion = "2.6"; 12 $pageVersion = "2.7";
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");