/[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.30, Sat Feb 28 21:00:54 2009 UTC revision 1.1.4.31, Sun Mar 1 01:57:56 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xmlsitemap_file.module,v 1.1.4.29 2009/02/27 23:13:55 kiam Exp $  // $Id: xmlsitemap_file.module,v 1.1.4.30 2009/02/28 21:00:54 kiam Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 92  function xmlsitemap_file_xmlsitemap_site Line 92  function xmlsitemap_file_xmlsitemap_site
92    $options = xmlsitemap_priority_options('both');    $options = xmlsitemap_priority_options('both');
93    $options['-1'] = t('Calculate it from the attachment weight');    $options['-1'] = t('Calculate it from the attachment weight');
94    $options['-2'] = t('The same priority given to the node');    $options['-2'] = t('The same priority given to the node');
95    $form['general']['priority']['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'),
98      '#description' => t("The priority assigned to the files attached to nodes."),      '#description' => t("The priority assigned to the files attached to nodes."),

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

  ViewVC Help
Powered by ViewVC 1.1.2