You appear to be a bot. Output may be restricted
Description
start an Artisteer style block
Usage
sartblock_30( $title, $framed );
Parameters
- $title
- ( mixed ) optional –
- $framed
- ( mixed ) optional default: 1 –
Returns
voidSource
File name: oik/bw_block_30.incLines:
1 to 13 of 13
function sartblock_30( $title=NULL, $framed=TRUE ) { sdiv( "art-block" ); if ($framed ) { artblockframe_30(); } artblockheader_30( $title ); sdiv( "art-blockcontent" ); if ( $framed ) { artblockcontentframe_30(); } sdiv( "art-blockcontent-body "); }View on GitHub View on Trac