[pLog-svn] r2532 - in plugins/trunk/sitemap: locale templates

pwestbro at devel.plogworld.net pwestbro at devel.plogworld.net
Sun Oct 23 08:26:50 GMT 2005


Author: pwestbro
Date: 2005-10-23 08:26:46 +0000 (Sun, 23 Oct 2005)
New Revision: 2532

Modified:
   plugins/trunk/sitemap/locale/locale_de_DE.php
   plugins/trunk/sitemap/locale/locale_en_UK.php
   plugins/trunk/sitemap/templates/pluginsettings.template
Log:
Added link to the sitemap file in the configuration of this plugin.  Thanks blogzor

Modified: plugins/trunk/sitemap/locale/locale_de_DE.php
===================================================================
--- plugins/trunk/sitemap/locale/locale_de_DE.php	2005-10-22 14:11:26 UTC (rev 2531)
+++ plugins/trunk/sitemap/locale/locale_de_DE.php	2005-10-23 08:26:46 UTC (rev 2532)
@@ -12,4 +12,6 @@
 $messages["label_configuration"] = "Einstellungen";
 $messages["label_enable"] = "Aktivieren";
 $messages["label_notify_google_enable"] = "Google benachrichtigen.";
+
+$messages["link_to_sitemap"] = "Link to your sitemap: ";
 ?>
\ No newline at end of file

Modified: plugins/trunk/sitemap/locale/locale_en_UK.php
===================================================================
--- plugins/trunk/sitemap/locale/locale_en_UK.php	2005-10-22 14:11:26 UTC (rev 2531)
+++ plugins/trunk/sitemap/locale/locale_en_UK.php	2005-10-23 08:26:46 UTC (rev 2532)
@@ -12,4 +12,6 @@
 $messages["label_configuration"] = "Configuration";
 $messages["label_enable"] = "Enable";
 $messages["label_notify_google_enable"] = "Notify Google";
+
+$messages["link_to_sitemap"] = "Link to your sitemap: ";
 ?>
\ No newline at end of file

Modified: plugins/trunk/sitemap/templates/pluginsettings.template
===================================================================
--- plugins/trunk/sitemap/templates/pluginsettings.template	2005-10-22 14:11:26 UTC (rev 2531)
+++ plugins/trunk/sitemap/templates/pluginsettings.template	2005-10-23 08:26:46 UTC (rev 2532)
@@ -19,6 +19,9 @@
    </div>
   </div>
 
+  {if $pluginEnabled}
+    {$locale->tr("link_to_sitemap")}<a href="{$url->blogLink()}/tmp/sitemap/{$blog->getId()}/sitemap.gz">{$url->blogLink()}/tmp/sitemap/{$blog->getId()}/sitemap.gz</a>
+  {/if}
  </fieldset>  
 
  <div class="buttons">




More information about the pLog-svn mailing list