aboutsummaryrefslogtreecommitdiff
path: root/admin/news/index.php
diff options
context:
space:
mode:
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();
+}
+
?>