/[drupal]/contributions/modules/wghtml/wghtml_module_module.php
ViewVC logotype

Diff of /contributions/modules/wghtml/wghtml_module_module.php

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

revision 1.1.4.1, Mon Feb 19 01:45:51 2007 UTC revision 1.1.4.2, Sun Feb 25 02:46:54 2007 UTC
# Line 1  Line 1 
1  <?php // $Id: wghtml_module_module.php,v 1.1 2005/10/09 15:59:51 djnz Exp $  <?php // $Id: wghtml_module_module.php,v 1.1.4.1 2007/02/19 01:45:51 djnz Exp $
2    
3  /**  /**
4   * Implementation of hook_help().   * Implementation of hook_help().
5   */   */
6  function wghtml_help($section) {  function wghtml_help($section) {
7    switch ($section) {    switch ($section) {
8      case 'admin/modules#description':      case 'admin/help#wghtml':
9        // This description is shown in the listing at admin/modules.        // This description is shown in the listing at admin/modules.
10        return t('Import HTML pages to nodes.');        return t('wgHTML imports HTML pages to Drupal.');
11        // REVISIT could do with more help here perhaps        // REVISIT could do with more help here perhaps
12    }    }
13  }  }

Legend:
Removed from v.1.1.4.1  
changed lines
  Added in v.1.1.4.2

  ViewVC Help
Powered by ViewVC 1.1.2