[pLog-svn] r1482 - templates/trunk/reic

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 15 02:51:49 GMT 2005


Author: jondaley
Date: 2005-03-15 02:51:49 +0000 (Tue, 15 Mar 2005)
New Revision: 1482

Modified:
   templates/trunk/reic/main.template
Log:
removed invalid reference to postsummary.template until author provides that file

Modified: templates/trunk/reic/main.template
===================================================================
--- templates/trunk/reic/main.template	2005-03-15 02:51:17 UTC (rev 1481)
+++ templates/trunk/reic/main.template	2005-03-15 02:51:49 UTC (rev 1482)
@@ -1,14 +1,14 @@
 {include file="$blogtemplate/header.template"}
 <div id="content">
 <div class="blog">
-{foreach from=$posts item=post}
-{if $showAll}
-  {include file="$blogtemplate/postsummary.template"}
-{else}
-  {include file="$blogtemplate/post.template"}
-{/if}
+{foreach from=$posts item=post}
+{if $showAll}
+  {include file="$blogtemplate/post.template"}
+{else}
+  {include file="$blogtemplate/post.template"}
+{/if}
 {/foreach}
 </div>
 </div>
 {include file="$blogtemplate/panel.template"}
-{include file="$blogtemplate/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}




More information about the pLog-svn mailing list