You appear to be a bot. Output may be restricted
Description
Start an Artisteer 4.0 style block
Usage
sartblock_40( $title );
Parameters
- $title
- ( string ) optional – the block title
Returns
voidSource
File name: oik/bw_block_40.incLines:
1 to 5 of 5
function sartblock_40( $title=NULL ) { sdiv( "art-block widget clearfix" ); artblockheader_40( $title ); sdiv( "art-blockcontent" ); }View on GitHub View on Trac