You appear to be a bot. Output may be restricted
Description
end an Artisteer style block
Usage
eartblock_30( $contentFunc );
Parameters
- $contentFunc
- ( mixed ) optional –
Returns
voidSource
File name: oik/bw_block_30.incLines:
1 to 11 of 11
function eartblock_30( $contentFunc = NULL ) { if ( !is_null( $contentFunc )) $contentFunc(); ediv(); // art-blockcontent-body ediv(); // art-blockcontent ediv(); // art-block global $div_class; ediv( $div_class ); }View on GitHub View on Trac