diff options
| author | Christian Fowler <spider@viovio.com> | 2009-09-21 17:45:49 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-09-21 17:45:49 +0000 |
| commit | 9ab7cffc4d74056654cacbaad153a0b3f18e1099 (patch) | |
| tree | 00db894a3e879e413c760365ddaf86c06dcbfd9e /templates | |
| parent | 88d3c90b81421b17e128c50d8e2c0f3aee40fd4d (diff) | |
| download | blogs-9ab7cffc4d74056654cacbaad153a0b3f18e1099.tar.gz blogs-9ab7cffc4d74056654cacbaad153a0b3f18e1099.tar.bz2 blogs-9ab7cffc4d74056654cacbaad153a0b3f18e1099.zip | |
add 'primary' sub class on thumbnail image
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/view_blog_post.tpl | 2 |
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} |
