diff index.php @ 137:0701ea4a76d4

CMS API changes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Jun 2013 13:24:11 +0300
parents 2257992abd2f
children bf5818edbff9
line wrap: on
line diff
--- a/index.php	Tue Jun 04 13:23:52 2013 +0300
+++ b/index.php	Tue Jun 04 13:24:11 2013 +0300
@@ -1,10 +1,10 @@
 <?
 $pageTitle = "Eggdrop IRC robot TCL scripts";
 require "mcommon.inc.php";
-printPageHeader($pageTitle);
+cmPrintPageHeader($pageTitle);
 
 // Exclude *.orig, *.rej
 $dirListFilter = "/\.orig$|\.rej$/";
 require "mdirlist.inc.php";
-printPageFooter();
+cmPrintPageFooter();
 ?>
\ No newline at end of file