| 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 |
| 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."), |