comparison 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
comparison
equal deleted inserted replaced
136:76eefceb2b90 137:0701ea4a76d4
1 <? 1 <?
2 $pageTitle = "Eggdrop IRC robot TCL scripts"; 2 $pageTitle = "Eggdrop IRC robot TCL scripts";
3 require "mcommon.inc.php"; 3 require "mcommon.inc.php";
4 printPageHeader($pageTitle); 4 cmPrintPageHeader($pageTitle);
5 5
6 // Exclude *.orig, *.rej 6 // Exclude *.orig, *.rej
7 $dirListFilter = "/\.orig$|\.rej$/"; 7 $dirListFilter = "/\.orig$|\.rej$/";
8 require "mdirlist.inc.php"; 8 require "mdirlist.inc.php";
9 printPageFooter(); 9 cmPrintPageFooter();
10 ?> 10 ?>