[pLog-svn] r1904 - templates/trunk/greenmarinee

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Mon Apr 25 11:29:25 GMT 2005


Author: jondaley
Date: 2005-04-25 11:29:25 +0000 (Mon, 25 Apr 2005)
New Revision: 1904

Modified:
   templates/trunk/greenmarinee/README.txt
   templates/trunk/greenmarinee/panel.template
   templates/trunk/greenmarinee/postandcomments.template
   templates/trunk/greenmarinee/posttrackbacks.template
Log:
latest updates from knight

Modified: templates/trunk/greenmarinee/README.txt
===================================================================
--- templates/trunk/greenmarinee/README.txt	2005-04-25 10:43:04 UTC (rev 1903)
+++ templates/trunk/greenmarinee/README.txt	2005-04-25 11:29:25 UTC (rev 1904)
@@ -31,6 +31,8 @@
         </ul>
 	</div>
 
+23 april 2005
+fix the title not display current entry 
 
 20 april 2005
 fix the comments locale problem

Modified: templates/trunk/greenmarinee/panel.template
===================================================================
--- templates/trunk/greenmarinee/panel.template	2005-04-25 10:43:04 UTC (rev 1903)
+++ templates/trunk/greenmarinee/panel.template	2005-04-25 11:29:25 UTC (rev 1904)
@@ -27,9 +27,9 @@
  
 <h3>{$locale->tr("recently")|capitalize}</h3>
   <ul>
-  {foreach from=$recentposts item=post}
-   <li><a title="{$post->getText()|truncate:15:"..."|escape}" 
-		  href="{$url->postLink($post)}">{$post->getTopic()}</a></li>
+  {foreach from=$recentposts item=rpost}
+   <li><a title="{$rpost->getText()|truncate:15:"..."|escape}" 
+		  href="{$url->postLink($rpost)}">{$rpost->getTopic()}</a></li>
   {/foreach}
   </ul>
 

Modified: templates/trunk/greenmarinee/postandcomments.template
===================================================================
--- templates/trunk/greenmarinee/postandcomments.template	2005-04-25 10:43:04 UTC (rev 1903)
+++ templates/trunk/greenmarinee/postandcomments.template	2005-04-25 11:29:25 UTC (rev 1904)
@@ -1,10 +1,10 @@
-{include file="$blogtemplate/header.template"}
-{include file="$blogtemplate/panel.template"}
 {assign var="postPageTitle" value=$post->getTopic()}
 {assign var="postPageTitle" value=" | $postPageTitle"}
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 {assign var="oddcomment" value='alt'}
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/panel.template"}
 
 <div id="content">
  {include file="$blogtemplate/post.template"}

Modified: templates/trunk/greenmarinee/posttrackbacks.template
===================================================================
--- templates/trunk/greenmarinee/posttrackbacks.template	2005-04-25 10:43:04 UTC (rev 1903)
+++ templates/trunk/greenmarinee/posttrackbacks.template	2005-04-25 11:29:25 UTC (rev 1904)
@@ -1,3 +1,5 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
 {include file="$blogtemplate/header.template"}
 {include file="$blogtemplate/panel.template"}
 <div id="content">




More information about the pLog-svn mailing list