Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.4.9, Fri Jul 3 21:24:26 2009 UTC | revision 1.1.4.10, Fri Nov 13 18:30:20 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: xmlsitemap_engines.admin.inc,v 1.1.4.8 2009/06/12 00:26:22 davereid Exp $ | // $Id: xmlsitemap_engines.admin.inc,v 1.1.4.9 2009/07/03 21:24:26 davereid Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file | * @file |
| # | Line 24 function xmlsitemap_engines_settings_for | Line 24 function xmlsitemap_engines_settings_for |
| 24 | '#type' => 'select', | '#type' => 'select', |
| 25 | '#title' => t('Do not submit more often than every'), | '#title' => t('Do not submit more often than every'), |
| 26 | '#options' => /*array(0 => t('No minimum')) +*/ drupal_map_assoc(array(300, 900, 1800, 3600, 10800, 21600, 32400, 43200, 86400, 172800, 259200, 604800, 604800 * 2, 604800 * 4), 'format_interval'), | '#options' => /*array(0 => t('No minimum')) +*/ drupal_map_assoc(array(300, 900, 1800, 3600, 10800, 21600, 32400, 43200, 86400, 172800, 259200, 604800, 604800 * 2, 604800 * 4), 'format_interval'), |
| 27 | '#default_value' => xmlsitemap_engines_var('minimum_lifetime') | '#default_value' => xmlsitemap_engines_var('minimum_lifetime'), |
| 28 | //'#description' => t('The sitemap will only be submitted if it has been updated since the last submission.'), | |
| 29 | ); | ); |
| 30 | $form['xmlsitemap_engines_submit_updated'] = array( | $form['xmlsitemap_engines_submit_updated'] = array( |
| 31 | '#type' => 'checkbox', | '#type' => 'checkbox', |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |