| 1 |
<?php |
<?php |
| 2 |
// $Id: nodewords.install,v 1.10.2.129 2009/11/23 00:28:12 kiam Exp $ |
// $Id: nodewords.install,v 1.10.2.130 2009/11/23 08:12:34 kiam Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 16 |
if (!count(module_implements('nodewords_api'))) { |
if (!count(module_implements('nodewords_api'))) { |
| 17 |
$requirements['nodewords'] = array( |
$requirements['nodewords'] = array( |
| 18 |
'title' => t('Nodewords'), |
'title' => t('Nodewords'), |
| 19 |
'description' => t('Nodewords does not create meta tags anymore; it is just a module that implements a public API used from the modules that create meta tags. You need to enable at least one module between nodewords_basic.module, nodewords_extra.module, and nodewords_verification_tags.module that are listed under <em>Meta tags</em> in the modules page.'), |
'description' => t('There are no modules that implement meta tags. You need to enable at least one module between nodewords_basic.module, nodewords_extra.module, and nodewords_verification_tags.module that are listed under <em>Meta tags</em> in the <a href="@modules-page">modules page</a>.', array('@modules-page' => url('admin/build/modules'))), |
| 20 |
'severity' => REQUIREMENT_ERROR, |
'severity' => REQUIREMENT_ERROR, |
| 21 |
'value' => t('Enable the <a href="@url">meta tags modules</a>.', array('@url' => url('admin/build/modules'))), |
'value' => t('Enable the <a href="@url">meta tags modules</a>.', array('@url' => url('admin/build/modules'))), |
| 22 |
); |
); |