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

Diff of /contributions/modules/extesea/extesea.module

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

revision 1.1.2.16, Wed Dec 31 17:07:03 2008 UTC revision 1.1.2.17, Thu Jan 1 02:45:25 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: extesea.module,v 1.1.2.12 2008/11/14 12:44:35 xano Exp $  // $Id: extesea.module,v 1.1.2.16 2008/12/31 17:07:03 xano Exp $
3    
4  /**  /**
5   * @File Create custom search blocks   * @File Create custom search blocks
# Line 44  function extesea_menu() { Line 44  function extesea_menu() {
44  }  }
45    
46  /**  /**
47     * Implementation of hook_theme().
48     */
49    function extesea_theme() {
50      return array(
51        'admin_blocks_list' => array(
52          'arguments' => array(
53            'form' => array(),
54          ),
55        ),
56      );
57    }
58    
59    /**
60   * Implementation of hook_block().   * Implementation of hook_block().
61   */   */
62  function extesea_block($op = 'list', $delta = 0, $edit = array()) {  function extesea_block($op = 'list', $delta = 0, $edit = array()) {

Legend:
Removed from v.1.1.2.16  
changed lines
  Added in v.1.1.2.17

  ViewVC Help
Powered by ViewVC 1.1.2