| 1 |
<?php |
<?php |
| 2 |
// $Id: seochecklist.module,v 1.7 2009/10/22 20:05:44 davereid Exp $ |
// $Id: seochecklist.module,v 1.8 2009/10/22 20:09:32 davereid Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 42 |
*/ |
*/ |
| 43 |
function seochecklist_footer($main = 0) { |
function seochecklist_footer($main = 0) { |
| 44 |
if (variable_get('seo_checklist_link', 0)) { |
if (variable_get('seo_checklist_link', 0)) { |
| 45 |
$file_contents = '<div align="center"><a href="http://www.volacci.com/" target="_blank">Drupal SEO</a></div>'; |
return '<div align="center"><a href="http://www.volacci.com/" target="_blank">Drupal SEO</a></div>'; |
|
return $file_contents; |
|
| 46 |
} |
} |
| 47 |
} |
} |
| 48 |
|
|
| 56 |
vertical_tabs_add_vertical_tabs($form); |
vertical_tabs_add_vertical_tabs($form); |
| 57 |
$form['save_above']['#attributes']['class'] = 'js-hide'; |
$form['save_above']['#attributes']['class'] = 'js-hide'; |
| 58 |
} |
} |
| 59 |
|
else { |
| 60 |
|
drupal_set_message(t('Your SEO Checklist interface will be greatly enhanced by installing the <a href="@vertical-tabs">Vertical Tabs module</a>.', array('@vertical-tabs' => 'http://drupal.org/project/vertical_tabs')), 'status', FALSE); |
| 61 |
|
} |
| 62 |
} |
} |