diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/list_posts.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/list_posts.tpl b/templates/list_posts.tpl index 60b8c63..248661c 100644 --- a/templates/list_posts.tpl +++ b/templates/list_posts.tpl @@ -1,4 +1,5 @@ -{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/list_posts.tpl,v 1.3 2007/11/03 22:50:35 wjames5 Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/list_posts.tpl,v 1.4 2008/08/01 02:10:39 laetzer Exp $ *} +{strip} <ul class="blogs"> {section name=ix loop=$blogPosts} <li class="{cycle values="odd,even"}"> @@ -24,4 +25,5 @@ {sectionelse} <li></li> {/section} -</ul>
\ No newline at end of file +</ul> +{/strip}
\ No newline at end of file |
