[pLog-svn] r5251 - plugins/branches/lifetype-1.2/sitemap/templates

reto at devel.lifetype.net reto at devel.lifetype.net
Sun Apr 1 08:19:09 EDT 2007


Author: reto
Date: 2007-04-01 08:19:08 -0400 (Sun, 01 Apr 2007)
New Revision: 5251

Modified:
   plugins/branches/lifetype-1.2/sitemap/templates/pluginsettings.template
Log:
the link provided in the admin section pointed to the wrong place
(i.e. not in sync with the rewrite rule)


Modified: plugins/branches/lifetype-1.2/sitemap/templates/pluginsettings.template
===================================================================
--- plugins/branches/lifetype-1.2/sitemap/templates/pluginsettings.template	2007-04-01 11:32:59 UTC (rev 5250)
+++ plugins/branches/lifetype-1.2/sitemap/templates/pluginsettings.template	2007-04-01 12:19:08 UTC (rev 5251)
@@ -20,7 +20,7 @@
   </div>
 
   {if $pluginEnabled}
-    {$locale->tr("link_to_sitemap")}<a href="{$url->blogLink()}/sitemap{$blog->getId()}.gz">{$url->blogLink()}/sitemap{$blog->getId()}.gz</a>
+    {$locale->tr("link_to_sitemap")}<a href="{$url->getBaseUrl()}/sitemap{$blog->getId()}.gz">{$url->getBaseUrl()}/sitemap{$blog->getId()}.gz</a>
   {/if}
  </fieldset>  
 
@@ -31,4 +31,4 @@
  </div>
 </form>
 {include file="$admintemplatepath/footernavigation.template"}
-{include file="$admintemplatepath/footer.template"}
\ No newline at end of file
+{include file="$admintemplatepath/footer.template"}



More information about the pLog-svn mailing list