/[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.36, Sat Feb 28 21:00:46 2009 UTC revision 1.1.2.37, Sun Mar 1 01:57:45 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: xmlsitemap.module,v 1.1.2.35 2009/02/28 11:39:36 kiam Exp $  // $Id: xmlsitemap.module,v 1.1.2.36 2009/02/28 21:00:46 kiam Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 329  function xmlsitemap_settings_sitemap() { Line 329  function xmlsitemap_settings_sitemap() {
329      '#title' => t('Priority'),      '#title' => t('Priority'),
330      '#collapsible' => TRUE,      '#collapsible' => TRUE,
331    );    );
332    $form['general']['priority']['xmlsitemap_front_page_priority'] = array(    $form['general']['priority']['a'] = array();
333      $form['general']['priority']['b'] = array();
334      $form['general']['priority']['c'] = array();
335      $form['general']['priority']['a']['xmlsitemap_front_page_priority'] = array(
336      '#type' => 'select',      '#type' => 'select',
337      '#title' => t('Front page priority'),      '#title' => t('Front page priority'),
338      '#description' => t('This is the absolute priority for the front page.'),      '#description' => t('This is the absolute priority for the front page.'),

Legend:
Removed from v.1.1.2.36  
changed lines
  Added in v.1.1.2.37

  ViewVC Help
Powered by ViewVC 1.1.2