From 6c45beb4828e34d0c6bb24d60e8020eef3f58fcd Mon Sep 17 00:00:00 2001 From: spiderr Date: Thu, 11 Apr 2013 12:44:42 -0400 Subject: update modules for smarty 3 template centric variables, and assign modules to the _template --- modules/mod_tags_cloud.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mod_tags_cloud.php b/modules/mod_tags_cloud.php index d45c4e7..f91dffd 100644 --- a/modules/mod_tags_cloud.php +++ b/modules/mod_tags_cloud.php @@ -26,5 +26,5 @@ $listHash = array( $tag = new LibertyTag(); $listData = $tag->getList( $listHash ); -$gBitSmarty->assign( 'modTagData', $listData["data"] ); +$_template->tpl_vars['modTagData'] = new Smarty_variable( $listData["data"] ); ?> -- cgit v1.3