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_31( $contentFunc, $framed );
Parameters
- $contentFunc
- ( mixed ) optional –
- $framed
- ( mixed ) optional default: 1 –
Returns
voidSource
File name: oik/bw_block_31.incLines:
1 to 17 of 17
function eartblock_31( $contentFunc = NULL, $framed=TRUE ) { //if ( !is_null( $contentFunc )) // $contentFunc(); //if ( $framed ) sediv( "cleared" ); ediv(); // art-box-body art-blockcontent-body ediv(); // art-box art-blockcontent sediv( "cleared" ); ediv(); // art-box-body art-block-body ediv(); // art-box art-block global $div_class; sediv("cleared"); ediv( $div_class ); }View on GitHub View on Trac