diff options
| author | spiderr <spider@viovio.com> | 2013-04-11 12:44:42 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-11 12:44:42 -0400 |
| commit | 6c45beb4828e34d0c6bb24d60e8020eef3f58fcd (patch) | |
| tree | a4324f39b419a19cf4e333f6472a6498ef7244e9 /modules | |
| parent | 99b648ce348e5d4897c48723bab834a3af723032 (diff) | |
| download | tags-6c45beb4828e34d0c6bb24d60e8020eef3f58fcd.tar.gz tags-6c45beb4828e34d0c6bb24d60e8020eef3f58fcd.tar.bz2 tags-6c45beb4828e34d0c6bb24d60e8020eef3f58fcd.zip | |
update modules for smarty 3 template centric variables, and assign modules to the _template
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_tags_cloud.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"] ); ?> |
