annotate index.php @ 57:4a39a8707fdf

Update page descriptions.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Sep 2011 21:53:55 +0300
parents 0bc9c1115d42
children 2257992abd2f
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 <?
57
4a39a8707fdf Update page descriptions.
Matti Hamalainen <ccr@tnsp.org>
parents: 2
diff changeset
2 $pageTitle = "Eggdrop IRC robot 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 ?>