summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-09-26 07:15:09 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-09-26 07:15:09 +0000
commit8ffbb4cd2cd72377fa80519605fd3e0a1af404a0 (patch)
tree29894eca1728ebb7d4fd6111262ccbc5eece8675 /index.php
parent63e137e18116d8268e2291eae16918ffaa0367c3 (diff)
downloadarticles-8ffbb4cd2cd72377fa80519605fd3e0a1af404a0.tar.gz
articles-8ffbb4cd2cd72377fa80519605fd3e0a1af404a0.tar.bz2
articles-8ffbb4cd2cd72377fa80519605fd3e0a1af404a0.zip
$smarty -> $gBitSmarty
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 1037192..7f966a6 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/index.php,v 1.6 2005/09/03 09:50:25 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_articles/index.php,v 1.7 2005/09/26 07:15:08 squareing Exp $
// Copyright( c )2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
@@ -36,7 +36,7 @@ foreach( $articles['data'] as $key => $article ) {
$articles['data'][$key]['read_more'] = TRUE;
}
}
-$smarty->assign_by_ref( 'articles', $articles['data'] );
+$gBitSmarty->assign_by_ref( 'articles', $articles['data'] );
// Display the template
$gBitSystem->display( 'bitpackage:articles/center_list_articles.tpl', tra( 'Articles' ) );