[pLog-svn] r2451 - plog/branches/plog-1.0.2/templates/admin

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Sep 8 05:31:52 GMT 2005


Author: oscar
Date: 2005-09-08 05:31:51 +0000 (Thu, 08 Sep 2005)
New Revision: 2451

Modified:
   plog/branches/plog-1.0.2/templates/admin/editlinks.template
Log:
fixed a wrong path to the rss icon


Modified: plog/branches/plog-1.0.2/templates/admin/editlinks.template
===================================================================
--- plog/branches/plog-1.0.2/templates/admin/editlinks.template	2005-09-06 15:42:53 UTC (rev 2450)
+++ plog/branches/plog-1.0.2/templates/admin/editlinks.template	2005-09-08 05:31:51 UTC (rev 2451)
@@ -55,7 +55,7 @@
    </td>
    <td>
     {if $link->getRssFeed() != ""}
-      <a href="{$link->getRssFeed()}"><img src="imgs/admin/rss_logo_small.gif" style="border:0px;" /></a>
+      <a href="{$link->getRssFeed()}"><img src="imgs/rss_logo_small.gif" style="border:0px;" /></a>
     {/if}
    </td>
    <td>




More information about the pLog-svn mailing list