diff options
Diffstat (limited to 'templates/view_blog_post.tpl')
| -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 e0723ad..f95452b 100644 --- a/templates/view_blog_post.tpl +++ b/templates/view_blog_post.tpl @@ -30,7 +30,7 @@ <div class="header"> <h1> - {if $post_info.use_title eq 'y' && $post_info.title} + {if $post_info.use_title eq 'y'} {$post_info.title} {else} {$post_info.created|bit_long_date} |
