diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-03 23:54:14 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2010-01-03 23:54:14 -0500 |
commit | 9d4fa2963b1059fed54aaeae583bf02a30c42239 (patch) | |
tree | 5bc96becffcda48318c932ece289ec358dc84691 /admin/index.php | |
parent | b63430eba1943d1732634df88884e8d7c4b2b1fb (diff) | |
download | bayonetcms-9d4fa2963b1059fed54aaeae583bf02a30c42239.tar.gz |
Fixed SVN maybe.
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@448 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php index e888b6d..511418f 100644 --- a/admin/index.php +++ b/admin/index.php @@ -98,7 +98,8 @@ include 'header.php'; 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'), - LinkInternal('<img src="images/rudi.png" /><br />RUDI','?op=rudi') + LinkInternal('<img src="images/rudi.png" /><br />RUDI','?op=rudi'), + LinkInternal('<img src="images/adjutant.png" /><br />Adjutant','?op=adjutant') ); //render administration table |