diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-29 00:36:23 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-29 00:36:23 -0500 |
commit | ad6ba256efd1a65fb1bb3951ae6b17b1593205b7 (patch) | |
tree | 19ffc9be7bbd6a542883a5e4dd889ed5c52e6b5e /admin/index.php | |
parent | 1b435e3b3a66d10b4dcc28d03e90b49d132ba7b5 (diff) | |
download | bayonetcms-ad6ba256efd1a65fb1bb3951ae6b17b1593205b7.tar.gz |
(OC)
Fixed includes/functions::GetBlocks() so that left and right are 0 and 1.
Also fixed the query so that it doesnt get every block, just the active blocks for the defined side.
Re-did some display on the admin side for blocks.
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@408 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'admin/index.php')
-rw-r--r-- | admin/index.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/index.php b/admin/index.php index 773cbc9..e888b6d 100644 --- a/admin/index.php +++ b/admin/index.php @@ -79,7 +79,8 @@ include 'header.php'; LinkInternal('<img src="images/modules.png" /><br />Modules','?op=modules'), LinkInternal('<img src="images/blocks.png" /><br />Blocks','?op=blocks'), LinkInternal('<img src="images/navigation.png" /><br />Navigation','?op=navigation'), - LinkInternal('<img src="images/users_two.png" /><br />Edit Admins','?op=admins') + LinkInternal('<img src="images/users_two.png" /><br />Edit Admins','?op=admins'), + LinkInternal('<img src="images/announcement.png" /><br />Announcements','?op=announcements') ); //render administration table @@ -97,7 +98,7 @@ 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/announcement.png" /><br />Announcements','?op=announcements') + LinkInternal('<img src="images/rudi.png" /><br />RUDI','?op=rudi') ); //render administration table |