aboutsummaryrefslogtreecommitdiff
path: root/admin/news/index.php
diff options
context:
space:
mode:
authorjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-24 16:39:09 -0500
committerjhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6>2009-12-24 16:39:09 -0500
commit44a18f3e13077138af782f96cffb39294bca6283 (patch)
treeb273725cb63b4eb54725953997a3496a3e552bfe /admin/news/index.php
parentc2f9018513eb8d61721382a18055bcded2ca7551 (diff)
downloadbayonetcms-44a18f3e13077138af782f96cffb39294bca6283.tar.gz
(OC) fixed some display stuff for the debug console
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@398 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'admin/news/index.php')
-rw-r--r--admin/news/index.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/admin/news/index.php b/admin/news/index.php
index 43baf81..ec78089 100644
--- a/admin/news/index.php
+++ b/admin/news/index.php
@@ -19,7 +19,8 @@
?>
<div style="text-align:left;"><h2>- Manage News</h2></div>
- -Everything needs to be completed.
+ -Add/Edit(-)/Delete news
+ -Add/Edit/Delete categories
<?php
if(!defined("ADMIN_FILE"))
@@ -36,6 +37,10 @@ if(isset($_GET['edit'])){
$news_id = $_GET['edit'];
EditNews($news_id);
}
+else{
+ ListNews();
+}
+
?>