| 1 |
<?php |
<?php |
| 2 |
// $Id: nodewords_basic.module,v 1.1.2.41 2009/11/22 13:13:46 kiam Exp $ |
// $Id: nodewords_basic.module,v 1.1.2.42 2009/11/23 09:44:01 kiam Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 70 |
'tag:db:type' => 'string', |
'tag:db:type' => 'string', |
| 71 |
'tag:function:prefix' => 'nodewords_basic_copyright', |
'tag:function:prefix' => 'nodewords_basic_copyright', |
| 72 |
'tag:template' => array('copyright' => NODEWORDS_META), |
'tag:template' => array('copyright' => NODEWORDS_META), |
| 73 |
'tag:template:index' => '<h3>%content</h3>', |
'tag:template:index' => array('copyright' => '<h3>%content</h3>'), |
| 74 |
'tag:weight' => array('copyright' => -7), |
'tag:weight' => array('copyright' => -7), |
| 75 |
'widget:label' => t('Copyright'), |
'widget:label' => t('Copyright'), |
| 76 |
'widget:permission' => 'edit meta tag COPYRIGHT', |
'widget:permission' => 'edit meta tag COPYRIGHT', |
| 79 |
'tag:db:type' => 'string', |
'tag:db:type' => 'string', |
| 80 |
'tag:function:prefix' => 'nodewords_basic_description', |
'tag:function:prefix' => 'nodewords_basic_description', |
| 81 |
'tag:template' => array('description' => NODEWORDS_META), |
'tag:template' => array('description' => NODEWORDS_META), |
| 82 |
'tag:template:index' => '<h3>%content</h3>', |
'tag:template:index' => array('description' => '<h3>%content</h3>'), |
| 83 |
'tag:weight' => array('description' => -6), |
'tag:weight' => array('description' => -6), |
| 84 |
'widget:label' => t('Description'), |
'widget:label' => t('Description'), |
| 85 |
'widget:permission' => 'edit meta tag DESCRIPTION', |
'widget:permission' => 'edit meta tag DESCRIPTION', |
| 88 |
'tag:db:type' => 'string', |
'tag:db:type' => 'string', |
| 89 |
'tag:function:prefix' => 'nodewords_basic_keywords', |
'tag:function:prefix' => 'nodewords_basic_keywords', |
| 90 |
'tag:template' => array('keywords' => NODEWORDS_META), |
'tag:template' => array('keywords' => NODEWORDS_META), |
| 91 |
'tag:template:index' => '<h2>%content</h2>', |
'tag:template:index' => array('keywords' => '<h2>%content</h2>'), |
| 92 |
'tag:weight' => array('keywords' => -8), |
'tag:weight' => array('keywords' => -8), |
| 93 |
'widget:label' => t('Keywords'), |
'widget:label' => t('Keywords'), |
| 94 |
'widget:permission' => 'edit meta tag KEYWORDS', |
'widget:permission' => 'edit meta tag KEYWORDS', |