comparison index.php @ 150:5c0eacb7d35d

Use the renamed framework include.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 20 Sep 2014 07:39:10 +0300
parents 834abfd9d8e9
children 9c6290ad087d
comparison
equal deleted inserted replaced
149:834abfd9d8e9 150:5c0eacb7d35d
3 // OAMK Lukkari v2.3 3 // OAMK Lukkari v2.3
4 // (C) Copyright 2010 - 2014 Matti 'ccr' Hämäläinen <ccr@tnsp.org> 4 // (C) Copyright 2010 - 2014 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 "mcommon.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.3";
13 $mobileMode = FALSE; 13 $mobileMode = FALSE;