/[drupal]/contributions/modules/seo_checklist/seochecklist.module
ViewVC logotype

Diff of /contributions/modules/seo_checklist/seochecklist.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8, Thu Oct 22 20:09:32 2009 UTC revision 1.9, Thu Oct 29 00:01:19 2009 UTC
# Line 1  Line 1 
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
# Line 42  function seochecklist_menu() { Line 42  function seochecklist_menu() {
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    
# Line 57  function seochecklist_form_seochecklist_ Line 56  function seochecklist_form_seochecklist_
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  }  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.2