/[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.1.2.8, Fri Oct 23 00:00:27 2009 UTC revision 1.1.2.9, Thu Oct 29 00:01:46 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: seochecklist.module,v 1.1.2.7 2009/10/22 23:58:31 davereid Exp $  // $Id: seochecklist.module,v 1.1.2.8 2009/10/23 00:00:27 davereid Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 163  function seochecklist_admin_settings_sub Line 163  function seochecklist_admin_settings_sub
163   */   */
164  function seochecklist_footer($main = 0) {  function seochecklist_footer($main = 0) {
165    if (variable_get('seo_checklist_link', 0)) {    if (variable_get('seo_checklist_link', 0)) {
166      $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;  
167    }    }
168  }  }

Legend:
Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9

  ViewVC Help
Powered by ViewVC 1.1.2