summaryrefslogtreecommitdiff
path: root/admin/admin_topics.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/admin_topics.php')
-rw-r--r--admin/admin_topics.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/admin_topics.php b/admin/admin_topics.php
index 3210e16..7afe06e 100644
--- a/admin/admin_topics.php
+++ b/admin/admin_topics.php
@@ -1,6 +1,6 @@
<?php
// $Header$
-require_once( '../../kernel/setup_inc.php' );
+require_once '../../kernel/setup_inc.php';
include_once( ARTICLES_PKG_PATH.'BitArticle.php' );
include_once( ARTICLES_PKG_PATH.'lookup_article_topic_inc.php' );
@@ -28,4 +28,3 @@ $topics = BitArticleTopic::getTopicList();
$gBitSmarty->assign( 'topics', $topics );
$gBitSystem->display( 'bitpackage:articles/admin_topics.tpl', tra( 'Edit Topics' ) , array( 'display_mode' => 'admin' ));
-?>