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

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

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

revision 1.1.4.31, Sun Mar 1 01:57:56 2009 UTC revision 1.1.4.32, Sun Mar 1 03:19:31 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xmlsitemap_file.module,v 1.1.4.30 2009/02/28 21:00:54 kiam Exp $  // $Id: xmlsitemap_file.module,v 1.1.4.31 2009/03/01 01:57:56 kiam Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 90  function xmlsitemap_file_xmlsitemap_link Line 90  function xmlsitemap_file_xmlsitemap_link
90   */   */
91  function xmlsitemap_file_xmlsitemap_sitemap_settings_alter(&$form) {  function xmlsitemap_file_xmlsitemap_sitemap_settings_alter(&$form) {
92    $options = xmlsitemap_priority_options('both');    $options = xmlsitemap_priority_options('both');
93    $options['-1'] = t('Calculate it from the attachment weight');    $options['-1'] = t('Calculated from the attachment weight');
94    $options['-2'] = t('The same priority given to the node');    $options['-2'] = t('Same value of the node priority');
95    $form['general']['priority']['a']['xmlsitemap_file_priority'] = array(    $form['general']['priority']['a']['xmlsitemap_file_priority'] = array(
96      '#type' => 'select',      '#type' => 'select',
97      '#title' => t('Attachment priority'),      '#title' => t('Attachment priority'),

Legend:
Removed from v.1.1.4.31  
changed lines
  Added in v.1.1.4.32

  ViewVC Help
Powered by ViewVC 1.1.2