summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2009-05-01 15:17:23 +0000
committerChristian Fowler <spider@viovio.com>2009-05-01 15:17:23 +0000
commit30dc565e59b5ace1d8b8f9b384ecef3c997d8f6b (patch)
treeef601be2b9023829a8b6d1d03ececdac0aa9c1ce /templates
parent16180b54604039474c0f1cd3643a9bf06d4b4190 (diff)
downloadblogs-30dc565e59b5ace1d8b8f9b384ecef3c997d8f6b.tar.gz
blogs-30dc565e59b5ace1d8b8f9b384ecef3c997d8f6b.tar.bz2
blogs-30dc565e59b5ace1d8b8f9b384ecef3c997d8f6b.zip
pull variable data listBlog.last_modified out of tr block
Diffstat (limited to 'templates')
-rw-r--r--templates/list_blogs.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_blogs.tpl b/templates/list_blogs.tpl
index 8bdac8a..e551a04 100644
--- a/templates/list_blogs.tpl
+++ b/templates/list_blogs.tpl
@@ -90,7 +90,7 @@
{/if}
{if $gBitSystem->isFeatureActive( 'blog_list_lastmodif' )}
- {tr}Last Modified {$listBlog.last_modified|bit_short_datetime}{/tr}
+ {tr}Last Modified{/tr} {$listBlog.last_modified|bit_short_datetime}
{/if}
</div>