summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/view_blog_post.tpl2
1 files changed, 1 insertions, 1 deletions
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}
- <div class="image">
+ <div class="image primary">
{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}
</div>
{/if}