function seochecklist_footer in SEO Checklist 6.2
Same name and namespace in other branches
- 5.2 seochecklist.module \seochecklist_footer()
- 5 SEOChecklist.module \SEOChecklist_footer()
- 6.3 seochecklist.module \seochecklist_footer()
Implementation of hook_footer().
File
- ./
seochecklist.module, line 178 - SEO Checklist module allows users to track important SEO techniques on the website.
Code
function seochecklist_footer($main = 0) {
if (variable_get('seo_checklist_link', 0)) {
$file_contents = '<div align="center"><a href="http://www.volacci.com/" target="_blank">Drupal SEO</a></div>';
return $file_contents;
}
}