You appear to be a bot. Output may be restricted
Description
start an Artisteer style block<div class="art-box art-block widget widget_links" id="linkcat-2"> <div class="art-box-body art-block-body"> <div class="art-bar art-blockheader"> <h3 class="t">Blogroll</h3> </div> <div class="art-box art-blockcontent"> <div class="art-box-body art-blockcontent-body">
Usage
sartblock_31( $title, $framed );
Parameters
- $title
- ( mixed ) optional –
- $framed
- ( mixed ) optional default: 1 –
Returns
voidSource
File name: oik/bw_block_31.incLines:
1 to 13 of 13
function sartblock_31( $title=NULL, $framed=TRUE ) { sdiv( "art-box art-block widget" ); //if ($framed ) { artblockframe_31(); } artblockheader_31( $title ); //if ( $framed ) { artblockcontentframe_31(); } sdiv( "art-box-body art-blockcontent-body "); }View on GitHub View on Trac