diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-21 00:40:20 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-21 00:40:20 -0500 |
commit | 4565a86946464f124110db11e3ba7331018d8664 (patch) | |
tree | 7ee6d097eed26a56fb872b4d3175ee37acc155a0 /admin/index.php | |
parent | 716e58df8d4c4889bfaf574e231c0cc14479454f (diff) | |
download | bayonetcms-4565a86946464f124110db11e3ba7331018d8664.tar.gz |
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
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
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('<img src="images/editpage.png" /><br />Pages','?op=pages'), + LinkInternal('<img src="images/image.png" /><br />News Reel','?op=newsreel'), LinkInternal('<img src="images/news.png" /><br />News','?op=news'), LinkInternal('<img src="images/calendar.png" /><br />Calendar','?op=calendar'), LinkInternal('<img src="images/box_download.png" /><br />Downloads', '?op=downloads'), |