summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-08-01 02:10:39 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-08-01 02:10:39 +0000
commitae8c859a951965aa6d57070818ee5d990e406b4a (patch)
tree5ec8ec3ea0cd4227b609b2b78dd109fdd8a9b391 /templates
parent95138a1f3943f0e0b7a08617dd33b861594d8daf (diff)
downloadblogs-ae8c859a951965aa6d57070818ee5d990e406b4a.tar.gz
blogs-ae8c859a951965aa6d57070818ee5d990e406b4a.tar.bz2
blogs-ae8c859a951965aa6d57070818ee5d990e406b4a.zip
added {strip}
Diffstat (limited to 'templates')
-rw-r--r--templates/list_posts.tpl6
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