comparison index.php @ 187:3fca160af8a5

Update site framework include.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Dec 2015 11:01:56 +0200
parents 111b062d3988
children 658422c83b49
comparison
equal deleted inserted replaced
186:6c6c69d14bea 187:3fca160af8a5
3 // OAMK Lukkari v2.6 3 // OAMK Lukkari v2.6
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 "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.6";
13 $mobileMode = FALSE; 13 $mobileMode = FALSE;