changeset 2:0bc9c1115d42

Change to use newer "framework".
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 16 Jan 2011 18:48:11 +0200
parents bdb2b1fd6601
children 8003090caa35
files index.php
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Sun Jan 16 18:47:59 2011 +0200
+++ b/index.php	Sun Jan 16 18:48:11 2011 +0200
@@ -1,5 +1,7 @@
 <?
 $pageTitle = "Eggdrop IRC-bot TCL scripts";
-$pageFilename = "../mdirlist.inc.php";
-require "../mpage.inc.php";
+require "mcommon.inc.php";
+printPageHeader($pageTitle);
+require "mdirlist.inc.php";
+printPageFooter();
 ?>
\ No newline at end of file