summaryrefslogtreecommitdiff
path: root/admin/admin_types.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/admin_types.php')
-rw-r--r--admin/admin_types.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/admin_types.php b/admin/admin_types.php
index 350e8ed..c02c338 100644
--- a/admin/admin_types.php
+++ b/admin/admin_types.php
@@ -1,7 +1,7 @@
<?php
// $Header$
-require_once( '../../kernel/setup_inc.php' );
+require_once '../../kernel/setup_inc.php';
require_once( ARTICLES_PKG_PATH.'BitArticle.php' );
require_once( ARTICLES_PKG_PATH.'BitArticleType.php' );
@@ -89,4 +89,3 @@ $gBitSmarty->assign( 'types', $types );
// Display the template
$gBitSystem->display( 'bitpackage:articles/admin_types.tpl', tra('Edit Article Types') , array( 'display_mode' => 'admin' ));
-?>