[pLog-svn] r6417 - plog/branches/lifetype-1.2/templates/standard

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Apr 29 08:55:42 EDT 2008


Author: jondaley
Date: 2008-04-29 08:55:42 -0400 (Tue, 29 Apr 2008)
New Revision: 6417

Modified:
   plog/branches/lifetype-1.2/templates/standard/footer.template
Log:
strange foreach loop

Modified: plog/branches/lifetype-1.2/templates/standard/footer.template
===================================================================
--- plog/branches/lifetype-1.2/templates/standard/footer.template	2008-04-29 12:55:25 UTC (rev 6416)
+++ plog/branches/lifetype-1.2/templates/standard/footer.template	2008-04-29 12:55:42 UTC (rev 6417)
@@ -24,12 +24,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>
     	<li><a title="{$locale->tr("admin")}" href="{$url->getAdminUrl()}">{$locale->tr("admin")}</a></li>
     	</ul>
     	</div>



More information about the pLog-svn mailing list