From 4565a86946464f124110db11e3ba7331018d8664 Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Mon, 21 Dec 2009 05:40:20 +0000 Subject: added working login script and announcment block git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@386 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- admin/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/index.php') diff --git a/admin/index.php b/admin/index.php index 06f68d9..feed2ca 100644 --- a/admin/index.php +++ b/admin/index.php @@ -93,6 +93,7 @@ include 'header.php'; $th = array('Module Administration',''); $td = array( LinkInternal('
Pages','?op=pages'), + LinkInternal('
News Reel','?op=newsreel'), LinkInternal('
News','?op=news'), LinkInternal('
Calendar','?op=calendar'), LinkInternal('
Downloads', '?op=downloads'), -- cgit