You appear to be a bot. Output may be restricted
Description
end an Artisteer style block Note: Not sure if the cleared blocks are actually needed
Usage
eartblock_41( $contentFunc, $framed );
Parameters
- $contentFunc
- ( mixed ) optional –
- $framed
- ( mixed ) optional default: 1 –
Returns
voidSource
File name: oik/bw_block_41.incLines:
1 to 6 of 6
function eartblock_41( $contentFunc = NULL, $framed=TRUE ) { ediv( "art-blockcontent" ); ediv( "art-block" ); // widget clearfix global $div_class; ediv( $div_class ); }View on GitHub View on Trac