annotate index.php @ 2:0bc9c1115d42

Change to use newer "framework".
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 16 Jan 2011 18:48:11 +0200
parents 1c4e2814cd41
children 4a39a8707fdf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1c4e2814cd41 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 <?
1c4e2814cd41 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 $pageTitle = "Eggdrop IRC-bot TCL scripts";
2
0bc9c1115d42 Change to use newer "framework".
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
3 require "mcommon.inc.php";
0bc9c1115d42 Change to use newer "framework".
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
4 printPageHeader($pageTitle);
0bc9c1115d42 Change to use newer "framework".
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
5 require "mdirlist.inc.php";
0bc9c1115d42 Change to use newer "framework".
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
6 printPageFooter();
0
1c4e2814cd41 Initial import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 ?>