[pLog-svn] r2978 - plog/branches/lifetype-1.0.4/templates/summary

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Feb 22 17:00:14 GMT 2006


Author: oscar
Date: 2006-02-22 17:00:13 +0000 (Wed, 22 Feb 2006)
New Revision: 2978

Modified:
   plog/branches/lifetype-1.0.4/templates/summary/post.template
Log:
make the link point to the post itself rather than the blog


Modified: plog/branches/lifetype-1.0.4/templates/summary/post.template
===================================================================
--- plog/branches/lifetype-1.0.4/templates/summary/post.template	2006-02-22 16:55:10 UTC (rev 2977)
+++ plog/branches/lifetype-1.0.4/templates/summary/post.template	2006-02-22 17:00:13 UTC (rev 2978)
@@ -2,7 +2,7 @@
 	{assign var="request" value=$blog->getBlogRequestGenerator()}
     <h5>{$post->getTopic()|strip_tags}</h5>
     <div class="subtitle">
-        {$locale->tr("blog")} <a href="{$request->blogLink()}">{$blog->getBlog()}</a>
+        {$locale->tr("blog")} <a href="{$request->postPermalink($post)}">{$blog->getBlog()}</a>
     </div>
     <p>
         {$post->getText()|strip_tags|truncate:200:"..."}



More information about the pLog-svn mailing list