[pLog-svn] r3629 - templates/trunk/fblue

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Jun 20 20:39:19 GMT 2006


Author: oscar
Date: 2006-06-20 20:39:19 +0000 (Tue, 20 Jun 2006)
New Revision: 3629

Modified:
   templates/trunk/fblue/album.template
   templates/trunk/fblue/main.template
Log:
one ported template


Modified: templates/trunk/fblue/album.template
===================================================================
--- templates/trunk/fblue/album.template	2006-06-20 20:12:14 UTC (rev 3628)
+++ templates/trunk/fblue/album.template	2006-06-20 20:39:19 UTC (rev 3629)
@@ -29,7 +29,6 @@
 				{/if}
 				{/foreach}
 				<!--- show the resources here -->
-				{assign var=resources value=$album->getResources()}
 				{foreach from=$resources item=resource}
 					<td style="width:25%;" align="center" >
 					{if $resource->hasPreview()}
@@ -77,5 +76,8 @@
 				</tr>
 			</table>
  <!-- end of album contents -->
- {include file="$blogtemplate/links.template"}
- {include file="$blogtemplate/footer.template"}
+<div id="pager">
+{include file="misc/pager.template" style="links"}	
+</div>
+{include file="$blogtemplate/links.template"}
+{include file="$blogtemplate/footer.template"}

Modified: templates/trunk/fblue/main.template
===================================================================
--- templates/trunk/fblue/main.template	2006-06-20 20:12:14 UTC (rev 3628)
+++ templates/trunk/fblue/main.template	2006-06-20 20:39:19 UTC (rev 3629)
@@ -14,5 +14,8 @@
 			{include file="$blogtemplate/post.template"}
 		{/foreach}
 	{/if}
+<div id="pager">
+{include file="misc/pager.template" style="links"}	
+</div>
 {include file="$blogtemplate/links.template"}
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file



More information about the pLog-svn mailing list