Lines:
1 to 32 of 32
<?php // (C) Copyright Bobbing Wide 2010-2013 /* bw_block_25.inc oik blocks functions for Artisteer level 2.5 themes */ /* function bw_block_25() – 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_25() – 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_25() – Future use function */ /* function artblockheader_25() – Create a block header if the title text is specified */ /* function artblockheaderNoIcon_25() – Future use – */ /* function artblockframe_25() – draw the frame around the block header */ /* function artblockcontentframe_25() – draw the frame around the block content */ /* function sartblock_25() – start an Artisteer style block */ /* function eartblock_25() – end an Artisteer style block */View on GitHub View on Trac