You appear to be a bot. Output may be restricted
Description
Create a block header if the title text is specified Notes: link and icon parameters not yet supported.
Usage
artblockheader_31( $title, $link, $icon );
Parameters
- $title
- ( mixed ) optional –
- $link
- ( mixed ) optional –
- $icon
- ( mixed ) optional –
Returns
voidSource
File name: oik/bw_block_31.incLines:
1 to 7 of 7
function artblockheader_31( $title=NULL, $link=NULL, $icon=NULL ) { if ( $title ) { sdiv( "art-bar art-blockheader"); h3( $title, "t" ); ediv(); } }View on GitHub View on Trac