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

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 15 14:31:08 GMT 2005


Author: jondaley
Date: 2005-03-15 14:31:07 +0000 (Tue, 15 Mar 2005)
New Revision: 1508

Added:
   templates/trunk/reic/postsummary.template
Modified:
   templates/trunk/reic/main.template
Log:
reic provided me with the postsummary file now

Modified: templates/trunk/reic/main.template
===================================================================
--- templates/trunk/reic/main.template	2005-03-15 05:07:24 UTC (rev 1507)
+++ templates/trunk/reic/main.template	2005-03-15 14:31:07 UTC (rev 1508)
@@ -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/post.template"}
-{else}
-  {include file="$blogtemplate/post.template"}
-{/if}
+{foreach from=$posts item=post}
+{if $showAll}
+  {include file="$blogtemplate/postsummary.template"}
+{else}
+  {include file="$blogtemplate/post.template"}
+{/if}
 {/foreach}
 </div>
 </div>
 {include file="$blogtemplate/panel.template"}
-{include file="$blogtemplate/footer.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/trunk/reic/postsummary.template
===================================================================
--- templates/trunk/reic/postsummary.template	2005-03-15 05:07:24 UTC (rev 1507)
+++ templates/trunk/reic/postsummary.template	2005-03-15 14:31:07 UTC (rev 1508)
@@ -0,0 +1,5 @@
+
+ <div class="blogbody">
+  <a href="{$url->postPermalink($post)}">{$post->getTopic()}</a>
+  </div>
+




More information about the pLog-svn mailing list