summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-11 12:43:13 -0400
committerspiderr <spider@viovio.com>2013-04-11 12:43:13 -0400
commit1a1060cd28f81a48940fed822e12f43b3359aa4d (patch)
treea72faccf20db068aad41abd1b5024206fd9b8c23 /modules
parenta4b371306f79dcbb5fa56cd26a0dfd1f95b07a81 (diff)
downloadblogs-1a1060cd28f81a48940fed822e12f43b3359aa4d.tar.gz
blogs-1a1060cd28f81a48940fed822e12f43b3359aa4d.tar.bz2
blogs-1a1060cd28f81a48940fed822e12f43b3359aa4d.zip
update modules for smarty 3 template centric variables, and assign modules to the _template
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_last_blog_posts.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/mod_last_blog_posts.php b/modules/mod_last_blog_posts.php
index 06c0a2d..5d9a7ef 100644
--- a/modules/mod_last_blog_posts.php
+++ b/modules/mod_last_blog_posts.php
@@ -66,6 +66,3 @@ $descriptionLength = ( !empty( $module_params['max_preview_length'] ) ? $module_
$_template->tpl_vars['blogPostsFormat'] = new Smarty_variable( (empty($module_params['format']);
$_template->tpl_vars['descriptionLength'] = new Smarty_variable( $descriptionLength );
$gBitSmarty->assign_by_ref( 'modLastBlogPosts', $blogPosts["data"] );
-// not sure what this is, but using title doesn't work cos that will rename the moduleTitle
-//$_template->tpl_vars['modLastBlogPostsTitle'] = new Smarty_variable( ( isset( $module_params["title"] );
-?>