[pLog-svn] r4907 - plog/branches/lifetype-1.2/templates/summary

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Mar 2 02:59:20 EST 2007


Author: oscar
Date: 2007-03-02 02:59:20 -0500 (Fri, 02 Mar 2007)
New Revision: 4907

Modified:
   plog/branches/lifetype-1.2/templates/summary/post.template
Log:
Implemented suggestion as reported here: http://forums.lifetype.net/viewtopic.php?t=5988


Modified: plog/branches/lifetype-1.2/templates/summary/post.template
===================================================================
--- plog/branches/lifetype-1.2/templates/summary/post.template	2007-03-01 20:17:27 UTC (rev 4906)
+++ plog/branches/lifetype-1.2/templates/summary/post.template	2007-03-02 07:59:20 UTC (rev 4907)
@@ -17,7 +17,7 @@
     </h3>
     	
     <div class="subtitle">
-    	{$locale->tr("posted_in")} <a href="{$request->postPermalink($post)}">{$blog->getBlog()}</a>{if $artGlobalCategory} | {$locale->tr("category")}: <a href="?op=PostList&amp;globalArticleCategoryId={$artGlobalCategory->getId()}">{$artGlobalCategory->getName()}</a>{/if}
+    	{$locale->tr("posted_in")} <a href="{$request->blogLink()}">{$blog->getBlog()}</a>{if $artGlobalCategory} | {$locale->tr("category")}: <a href="?op=PostList&amp;globalArticleCategoryId={$artGlobalCategory->getId()}">{$artGlobalCategory->getName()}</a>{/if}
     </div>
     
     <p>



More information about the pLog-svn mailing list