Lines:
1 to 37 of 37
<?php /* bw_block.inc oik blocks functions for themes not developed with Artisteer Note: These function have only been tried out with Twenty-Eleven and the default BuddyPress theme They are here simply to support development when we have to revert to a non-Artisteer theme but still want to use the [bw_block] and [bw_eblock] shortcode. */ /* function bw_block_() – 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_() – 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_() – Future use function */ /* function blockheader_() – Create a block header if the title text is specified */ /* function blockframe_() – draw the frame around the block header */ /* function blockcontentframe_() – draw the frame around the block content */ /* function sblock_() – start a block */ /* function eblock_() – end an Artisteer style block */View on GitHub View on Trac