[pLog-svn] r6402 - templates/branches/lifetype-1.2/unported/grey

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Apr 29 08:06:22 EDT 2008


Author: jondaley
Date: 2008-04-29 08:06:22 -0400 (Tue, 29 Apr 2008)
New Revision: 6402

Modified:
   templates/branches/lifetype-1.2/unported/grey/header.template
   templates/branches/lifetype-1.2/unported/grey/post.template
Log:
ported to 1.2

Modified: templates/branches/lifetype-1.2/unported/grey/header.template
===================================================================
--- templates/branches/lifetype-1.2/unported/grey/header.template	2008-04-29 11:59:01 UTC (rev 6401)
+++ templates/branches/lifetype-1.2/unported/grey/header.template	2008-04-29 12:06:22 UTC (rev 6402)
@@ -21,11 +21,9 @@
   <div id="Container">
   <div id="Top"><h1>{$blog->getBlog()}</h1></div>
   <div id="Topmenu">
-    {include file="$misctemplatepath/pager.template" style="backonly"} |
     <a href="{$url->blogLink()}">{$locale->tr("main")}</a> |
     <a href="{$url->albumLink()}">{$locale->tr("albums")}</a> |
-    <a href="{$url->getAdminUrl()}">{$locale->tr("admin")}</a> |
-    {include file="$misctemplatepath/pager.template" style="forwardonly"}	
+    <a href="{$url->getAdminUrl()}">{$locale->tr("admin")}</a>
   </div>
   <div id="Main">
   <div id="Sidebar-l">

Modified: templates/branches/lifetype-1.2/unported/grey/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/grey/post.template	2008-04-29 11:59:01 UTC (rev 6401)
+++ templates/branches/lifetype-1.2/unported/grey/post.template	2008-04-29 12:06:22 UTC (rev 6402)
@@ -7,8 +7,7 @@
 </p>
 <div class="footer">
    {foreach name=categories from=$post->getCategories() item=postcategory}
-     <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
-     {if !$smarty.foreach.categories.last}, {/if}
+     <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
    {/foreach}
 :: <a href="{$url->postPermalink($post)}">{$locale->tr("comment on this")} ({$post->getNumComments()})</a> :: <a title="{$locale->tr("permalink_title")}" href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a> :: <a href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a> 
 </div>



More information about the pLog-svn mailing list