[pLog-svn] r4486 - plog/trunk/templates/summary

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jan 4 13:12:34 GMT 2007


Author: oscar
Date: 2007-01-04 13:12:33 +0000 (Thu, 04 Jan 2007)
New Revision: 4486

Modified:
   plog/trunk/templates/summary/post.template
   plog/trunk/templates/summary/userprofile.template
Log:
forgot this two from the previous commit...


Modified: plog/trunk/templates/summary/post.template
===================================================================
--- plog/trunk/templates/summary/post.template	2007-01-04 13:12:16 UTC (rev 4485)
+++ plog/trunk/templates/summary/post.template	2007-01-04 13:12:33 UTC (rev 4486)
@@ -17,7 +17,7 @@
     </h3>
     	
     <div class="subtitle">
-    	Publicat a <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->postPermalink($post)}">{$blog->getBlog()}</a>{if $artGlobalCategory} | {$locale->tr("category")}: <a href="?op=PostList&amp;globalArticleCategoryId={$artGlobalCategory->getId()}">{$artGlobalCategory->getName()}</a>{/if}
     </div>
     
     <p>

Modified: plog/trunk/templates/summary/userprofile.template
===================================================================
--- plog/trunk/templates/summary/userprofile.template	2007-01-04 13:12:16 UTC (rev 4485)
+++ plog/trunk/templates/summary/userprofile.template	2007-01-04 13:12:33 UTC (rev 4486)
@@ -15,7 +15,7 @@
     </h3>
     	
     <div class="subtitle">
-    	Publicat a <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->postPermalink($post)}">{$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