diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 21:23:49 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 21:23:49 +0100 |
| commit | e183de9c4d97e670b850929c7ff1152fab01d6d1 (patch) | |
| tree | 5d201181d0058f961ed30d7566b8ea0ea2a92c0d /list_topics.php | |
| parent | 4753d5552aa9cb66c3cdc10387d2a490d41f7a42 (diff) | |
| download | articles-e183de9c4d97e670b850929c7ff1152fab01d6d1.tar.gz articles-e183de9c4d97e670b850929c7ff1152fab01d6d1.tar.bz2 articles-e183de9c4d97e670b850929c7ff1152fab01d6d1.zip | |
PSR trial tidyup. Drop trailing ?> and tidy legacy bracing.
Diffstat (limited to 'list_topics.php')
| -rw-r--r-- | list_topics.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/list_topics.php b/list_topics.php index 0a77fe8..2425aa4 100644 --- a/list_topics.php +++ b/list_topics.php @@ -8,7 +8,7 @@ /** * Initialization */ -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' ); @@ -21,4 +21,3 @@ $topics = BitArticleTopic::getTopicList(); $gBitSmarty->assign( 'topics', $topics ); $gBitSystem->display( 'bitpackage:articles/list_topics.tpl', tra( 'List Topics' ) , array( 'display_mode' => 'list' )); -?> |
