/[drupal]/contributions/modules/robotstxt/robotstxt.module
ViewVC logotype

Diff of /contributions/modules/robotstxt/robotstxt.module

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

revision 1.5, Sat Feb 21 09:04:34 2009 UTC revision 1.6, Sat Mar 7 14:57:07 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: robotstxt.module,v 1.4.4.17 2009/02/21 08:59:51 hass Exp $  // $Id: robotstxt.module,v 1.5 2009/02/21 09:04:34 hass Exp $
3    
4  /**  /**
5   * Implementation of hook_help().   * Implementation of hook_help().
# Line 34  function robotstxt_menu() { Line 34  function robotstxt_menu() {
34      'page callback' => 'drupal_get_form',      'page callback' => 'drupal_get_form',
35      'page arguments' => array('robotstxt_admin_settings'),      'page arguments' => array('robotstxt_admin_settings'),
36      'access arguments' => array('administer site configuration'),      'access arguments' => array('administer site configuration'),
     'file' => 'robotstxt.admin.inc',  
37    );    );
38    
39    return $items;    return $items;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2