[pLog-svn] r4060 - plog/branches/lifetype-1.1.1/templates/standard

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Sep 28 09:21:27 GMT 2006


Author: oscar
Date: 2006-09-28 09:21:26 +0000 (Thu, 28 Sep 2006)
New Revision: 4060

Modified:
   plog/branches/lifetype-1.1.1/templates/standard/links.template
Log:
fixed an issue with the link to the "RSS" icon, or else it wouldn't work when LT is not installed in the root folder.


Modified: plog/branches/lifetype-1.1.1/templates/standard/links.template
===================================================================
--- plog/branches/lifetype-1.1.1/templates/standard/links.template	2006-09-28 06:05:45 UTC (rev 4059)
+++ plog/branches/lifetype-1.1.1/templates/standard/links.template	2006-09-28 09:21:26 UTC (rev 4060)
@@ -7,7 +7,7 @@
    	<ul>
   		{foreach from=$linkcategory->getLinks() item=link}
   	<li><a href="{$link->getUrl()}" title="{$link->getDescription()}">{$link->getName()}</a>: {$link->getDescription()} {if $link->getRssFeed() != ""}
-      <a href="{$link->getRssFeed()}"><img src="/imgs/rss_logo_small.gif" alt="RSS" /></a>
+      <a href="{$link->getRssFeed()}"><img src="{$url->getUrl("/imgs/rss_logo_small.gif")}" alt="RSS" /></a>
     {/if}</li>
     		{/foreach}
   	</ul>



More information about the pLog-svn mailing list