summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index c0f46b9..dff3e67 100644
--- a/index.php
+++ b/index.php
@@ -20,8 +20,8 @@ if ( !empty( $_REQUEST['article_id'] ) ) {
}
// Display the template
-$gDefaultCenter = 'bitpackage:articles/center_list_articles.tpl';
-$gBitSmarty->assign_by_ref( 'gDefaultCenter', $gDefaultCenter );
+$gDefaultCenter = 'bitpackage:articles/center_display_articles.tpl';
+$gBitSmarty->assignByRef( 'gDefaultCenter', $gDefaultCenter );
// Display the template
$gBitSystem->display( 'bitpackage:kernel/dynamic.tpl', tra( 'Articles' ) , array( 'display_mode' => 'display' ));