[pLog-svn] r3779 - templates/trunk/unported/ice

reto at devel.lifetype.net reto at devel.lifetype.net
Mon Jul 24 01:20:17 GMT 2006


Author: reto
Date: 2006-07-24 01:20:16 +0000 (Mon, 24 Jul 2006)
New Revision: 3779

Modified:
   templates/trunk/unported/ice/album.template
   templates/trunk/unported/ice/main.template
   templates/trunk/unported/ice/post.template
Log:
port to 1.1

Modified: templates/trunk/unported/ice/album.template
===================================================================
--- templates/trunk/unported/ice/album.template	2006-07-24 00:42:52 UTC (rev 3778)
+++ templates/trunk/unported/ice/album.template	2006-07-24 01:20:16 UTC (rev 3779)
@@ -23,7 +23,6 @@
  {/foreach}
  <div style="clear:left">&nbsp;</div>
 
-  {assign var=resources value=$album->getResources()}
   {foreach from=$resources item=resource}
   <div class="resource">
    {if $resource->hasPreview()}
@@ -47,6 +46,7 @@
   {/foreach}
   <div style="clear:left">&nbsp;</div>
  </div>
+ <div style="text-align:center">{include file="$misctemplatepath/pager.template" style="links"}</div>
 </div>
- 
+
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/trunk/unported/ice/main.template
===================================================================
--- templates/trunk/unported/ice/main.template	2006-07-24 00:42:52 UTC (rev 3778)
+++ templates/trunk/unported/ice/main.template	2006-07-24 01:20:16 UTC (rev 3779)
@@ -1,12 +1,13 @@
 {include file="$blogtemplate/header.template"}
 
-
 {include file="$blogtemplate/panel.template"}
 <div id="main">
  {foreach from=$posts item=post}
    {include file="$blogtemplate/post.template"}
  {/foreach}
+
+ <div style="text-align:center">{include file="$misctemplatepath/pager.template" style="links"}</div>
+ 
 </div>
 
-
 {include file="$blogtemplate/footer.template"}

Modified: templates/trunk/unported/ice/post.template
===================================================================
--- templates/trunk/unported/ice/post.template	2006-07-24 00:42:52 UTC (rev 3778)
+++ templates/trunk/unported/ice/post.template	2006-07-24 01:20:16 UTC (rev 3779)
@@ -30,9 +30,8 @@
      {/if}
 	{/if}
 	
-     <a href="{$url->postTrackbackStatsLink($post)}#trackbacks">Trackback ({$post->getNumTrackbacks()})</a> | 
+     <a href="{$url->postTrackbackStatsLink($post)}#trackbacks">Trackback ({$post->getTotalTrackbacks()})</a> | 
 	
      <a href="{$url->postPermalink($post)}" title="{$locale->tr("permalink_title")}">Permalink</a>
    </div>
-   
-    </div>
+  </div>



More information about the pLog-svn mailing list