block_box
Created by: hiran, Last modification: 21 Jan 2007 (12:09 UTC)
Creates a box in the 'bitweaver' style. Default is a
element with according parameters, but this may be overridden.
Use this function to create boxes that can be easily styled later on.
Any other attributes are passed through directly.
Use this function to create boxes that can be easily styled later on.
Parameters
title | Box title | optional |
class | Box class (for CSS) | optional |
iclass | ||
ipackage | same as for function_biticon | optional, required for iname |
iname | same as for function_biticon | optional, required for ipackage |
iexplain | same as for function_biticon | optional, only used with iname/ipackage |
idiv | same as for function_biticon | optional, only used with iname/ipackage |
Any other attributes are passed through directly.
Sample
<?php
{box title="my box title" ipackage="mypackage" iname="my_icon_name"}
This is the box' content.
{/box}
?>