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

Diff of /contributions/modules/flexiblock/flexiblock.module

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

revision 1.1, Sat Jul 23 00:30:52 2005 UTC revision 1.2, Sat Jul 23 01:03:19 2005 UTC
# Line 5  Line 5 
5   * Adds flexible block layout   * Adds flexible block layout
6   * Author: djnz@webg8.com   * Author: djnz@webg8.com
7   */   */
8  h  
9  /**  /**
10   * @usage   * @usage
11   * 1) Generate a simple sidebar. Useful if you just want an extra sidebar, or   * 1) Generate a simple sidebar. Useful if you just want an extra sidebar, or
# Line 306  function theme_flexiblock_html($region=0 Line 306  function theme_flexiblock_html($region=0
306  function theme_flexiblock_block($block) {  function theme_flexiblock_block($block) {
307    return theme('block', (object)$block);    return theme('block', (object)$block);
308  }  }
   
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2