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

Diff of /contributions/modules/jlightbox/jlightbox.module

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

revision 1.8, Wed Jun 4 02:27:05 2008 UTC revision 1.9, Wed Oct 15 08:14:30 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: jlightbox.module,v 1.7 2008/02/24 01:20:43 sun Exp $  // $Id: jlightbox.module,v 1.8 2008/06/04 02:27:05 sun Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 15  Line 15 
15  /**  /**
16   * Implementation of hook_menu()   * Implementation of hook_menu()
17   */   */
18  function jlightbox_menu($may_cache) {  function jlightbox_init() {
   $items = array();  
   
19    jlightbox_add();    jlightbox_add();
   
   return $items;  
20  }  }
21    
22  /**  /**
# Line 129  function jlightbox_field_formatter($fiel Line 125  function jlightbox_field_formatter($fiel
125  function jlightbox_theme() {  function jlightbox_theme() {
126    return array(    return array(
127      'imagefield_jlightbox' => array(      'imagefield_jlightbox' => array(
128        'function' => 'imagefield_jlightbox',        'arguments' => array('namespace' => '', 'formatter' => NULL, 'field' => array(), 'item' => array(), 'type' => '', 'attributes' => array()),
       'arguments' => array('namespace' => NULL, 'formatter' => NULL, 'field' => NULL, 'item' => NULL, 'type' => NULL, 'attributes' => NULL),  
129      ),      ),
130    );    );
131  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.2