/[drupal]/contributions/modules/xmlsitemap/xmlsitemap/xmlsitemap.module
ViewVC logotype

Diff of /contributions/modules/xmlsitemap/xmlsitemap/xmlsitemap.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.38, Sun Mar 1 04:42:36 2009 UTC revision 1.1.2.39, Sun Mar 1 04:47:20 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xmlsitemap.module,v 1.1.2.37 2009/03/01 01:57:45 kiam Exp $  // $Id: xmlsitemap.module,v 1.1.2.38 2009/03/01 04:42:36 kiam Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 110  function xmlsitemap_help($path, $arg) { Line 110  function xmlsitemap_help($path, $arg) {
110      case 'admin/settings/xmlsitemap/engines':      case 'admin/settings/xmlsitemap/engines':
111        $output = t('Configure the behavior for search engines.');        $output = t('Configure the behavior for search engines.');
112        break;        break;
     case 'admin/settings/xmlsitemap/tools/update':  
       $output = t('Update the XML Sitemap database tables. Use this page only if <em>XML Sitemap</em> instructs you to do so.');  
       break;  
113      case 'admin/help#xmlsitemap':      case 'admin/help#xmlsitemap':
114        $output = '<p>'. t('XML Sitemap automatically creates a site map that conforms to the <a href="@sitemaps.org">sitemaps.org specification</a>. This helps search engines keep their search results up to date.', array('@sitemaps.org' => 'http://www.sitemaps.org')) .'</p>';        $output = '<p>'. t('XML Sitemap automatically creates a site map that conforms to the <a href="@sitemaps.org">sitemaps.org specification</a>. This helps search engines keep their search results up to date.', array('@sitemaps.org' => 'http://www.sitemaps.org')) .'</p>';
115        $output .= '<h3>'. t('Supporting modules') .'</h3>';        $output .= '<h3>'. t('Supporting modules') .'</h3>';

Legend:
Removed from v.1.1.2.38  
changed lines
  Added in v.1.1.2.39

  ViewVC Help
Powered by ViewVC 1.1.2