You are here

function seochecklist_footer in SEO Checklist 6.3

Same name and namespace in other branches
  1. 5.2 seochecklist.module \seochecklist_footer()
  2. 5 SEOChecklist.module \SEOChecklist_footer()
  3. 6.2 seochecklist.module \seochecklist_footer()

Implementation of hook_footer().

File

./seochecklist.module, line 45
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)) {
    return '<div align="center"><a href="http://www.volacci.com/" target="_blank">Drupal SEO</a></div>';
  }
}