From 9ab7cffc4d74056654cacbaad153a0b3f18e1099 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Mon, 21 Sep 2009 17:45:49 +0000 Subject: add 'primary' sub class on thumbnail image --- templates/view_blog_post.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/view_blog_post.tpl b/templates/view_blog_post.tpl index a6a9fea..6291a86 100644 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -95,7 +95,7 @@ {* deal with the blog post image if there is one *} {if $gBitSystem->isFeatureActive( 'blog_show_image' ) && $post_info.thumbnail_url} -
+
{jspopup notra=1 href=$post_info.thumbnail_url.original alt=$post_info.title|escape title=$post_info.title|escape" img=$post_info.thumbnail_url.medium}
{/if} -- cgit v1.3