Lines:
1 to 37 of 37
<?php /* bw_block_30.inc oik blocks functions for Artisteer level 3.0 themes */ //bw_add_shortcode( 'bw_block', 'bw_block_30' ); //bw_add_shortcode( 'bw_eblock', 'bw_eblock_30' ); /* function bw_block_30() – Syntax [bw_block class="classes" title="title text" framed="y/n,t/f,1/0"] Future use parameters are prefix="art-" level="h3" – heading level for the block title */ /* function bw_eblock_30() – Syntax for [bw_eblock] There are no parameters. We use this shortcode to end a block Using this technique means we can nest blocks within blocks. */ /* function bw_header_30() – Future use function */ /* function artblockheader_30() – Create a block header if the title text is specified */ /* function artblockheaderNoIcon_30() – Future use – */ /* function artblockframe_30() – draw the frame around the block header */ /* function artblockcontentframe_30() – draw the frame around the block content */ /* function sartblock_30() – start an Artisteer style block */ /* function eartblock_30() – end an Artisteer style block */View on GitHub View on Trac