diff options
author | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-22 20:58:08 -0500 |
---|---|---|
committer | jhunkeler <jhunkeler@c5b2fb0a-d05d-0410-98c8-828840a80ff6> | 2009-12-22 20:58:08 -0500 |
commit | 6c42f30a0424cbf1c1af63f21d7f5074a4653c7a (patch) | |
tree | 9c892117e219e532951e6761a5211cfc22711fda /admin/news/index.php | |
parent | 61148024a245a7bd3cdc9f978791b510cde40961 (diff) | |
download | bayonetcms-6c42f30a0424cbf1c1af63f21d7f5074a4653c7a.tar.gz |
(OC) tried fixing the insert in NewAdmin(), no luck
git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@394 c5b2fb0a-d05d-0410-98c8-828840a80ff6
Diffstat (limited to 'admin/news/index.php')
-rw-r--r-- | admin/news/index.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/news/index.php b/admin/news/index.php index 2b7dca1..43baf81 100644 --- a/admin/news/index.php +++ b/admin/news/index.php @@ -16,7 +16,12 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + ?> + <div style="text-align:left;"><h2>- Manage News</h2></div> + -Everything needs to be completed. +<?php + if(!defined("ADMIN_FILE")) { die("Access denied."); @@ -30,7 +35,6 @@ echo "<table class=\"panel\" width=\"100%\"> if(isset($_GET['edit'])){ $news_id = $_GET['edit']; EditNews($news_id); - return; } |