Parent Directory
|
Revision Log
|
Revision Graph
|
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 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |