[pLog-svn] r6419 - in templates/branches/lifetype-1.2: standard_green standard_happy standard_red standard_wine

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Apr 29 09:02:19 EDT 2008


Author: jondaley
Date: 2008-04-29 09:02:19 -0400 (Tue, 29 Apr 2008)
New Revision: 6419

Modified:
   templates/branches/lifetype-1.2/standard_green/footer.template
   templates/branches/lifetype-1.2/standard_happy/footer.template
   templates/branches/lifetype-1.2/standard_red/footer.template
   templates/branches/lifetype-1.2/standard_wine/footer.template
Log:
strange for loops

Modified: templates/branches/lifetype-1.2/standard_green/footer.template
===================================================================
--- templates/branches/lifetype-1.2/standard_green/footer.template	2008-04-29 12:59:55 UTC (rev 6418)
+++ templates/branches/lifetype-1.2/standard_green/footer.template	2008-04-29 13:02:19 UTC (rev 6419)
@@ -27,11 +27,7 @@
     	<li><a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">{$locale->tr("archives")}</a></li>
     	<li><a title="{$locale->tr("albums")}" href="{$url->albumLink()}">{$locale->tr("albums")}</a></li>
     	
-    	 {foreach name=mylinkscategories from=$mylinkscategories item=panel_linkcategory}
-{if $smarty.foreach.mylinkscategories.first}
-   
-<li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>{/if}
-    	{/foreach}
+        <li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>
     	</ul>
     	</div>
     	

Modified: templates/branches/lifetype-1.2/standard_happy/footer.template
===================================================================
--- templates/branches/lifetype-1.2/standard_happy/footer.template	2008-04-29 12:59:55 UTC (rev 6418)
+++ templates/branches/lifetype-1.2/standard_happy/footer.template	2008-04-29 13:02:19 UTC (rev 6419)
@@ -27,11 +27,7 @@
     	<li><a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">{$locale->tr("archives")}</a></li>
     	<li><a title="{$locale->tr("albums")}" href="{$url->albumLink()}">{$locale->tr("albums")}</a></li>
     	
-    	 {foreach name=mylinkscategories from=$mylinkscategories item=panel_linkcategory}
-{if $smarty.foreach.mylinkscategories.first}
-   
-<li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>{/if}
-    	{/foreach}
+        <li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>
     	</ul>
     	</div>
     	

Modified: templates/branches/lifetype-1.2/standard_red/footer.template
===================================================================
--- templates/branches/lifetype-1.2/standard_red/footer.template	2008-04-29 12:59:55 UTC (rev 6418)
+++ templates/branches/lifetype-1.2/standard_red/footer.template	2008-04-29 13:02:19 UTC (rev 6419)
@@ -26,12 +26,7 @@
     	<li><a title="{$locale->tr("main")}" href="{$url->blogLink()}">{$locale->tr("main")}</a></li>
     	<li><a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">{$locale->tr("archives")}</a></li>
     	<li><a title="{$locale->tr("albums")}" href="{$url->albumLink()}">{$locale->tr("albums")}</a></li>
-    	
-    	 {foreach name=mylinkscategories from=$mylinkscategories item=panel_linkcategory}
-{if $smarty.foreach.mylinkscategories.first}
-   
-<li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>{/if}
-    	{/foreach}
+        <li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>
     	</ul>
     	</div>
     	

Modified: templates/branches/lifetype-1.2/standard_wine/footer.template
===================================================================
--- templates/branches/lifetype-1.2/standard_wine/footer.template	2008-04-29 12:59:55 UTC (rev 6418)
+++ templates/branches/lifetype-1.2/standard_wine/footer.template	2008-04-29 13:02:19 UTC (rev 6419)
@@ -26,12 +26,7 @@
     	<li><a title="{$locale->tr("main")}" href="{$url->blogLink()}">{$locale->tr("main")}</a></li>
     	<li><a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">{$locale->tr("archives")}</a></li>
     	<li><a title="{$locale->tr("albums")}" href="{$url->albumLink()}">{$locale->tr("albums")}</a></li>
-    	
-    	 {foreach name=mylinkscategories from=$mylinkscategories item=panel_linkcategory}
-{if $smarty.foreach.mylinkscategories.first}
-   
-<li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>{/if}
-    	{/foreach}
+        <li><a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a></li>
     	</ul>
     	</div>
     	



More information about the pLog-svn mailing list