changeset 137:0701ea4a76d4

CMS API changes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Jun 2013 13:24:11 +0300
parents 76eefceb2b90
children 743c1bea2498
files index.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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