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