void smarty_block_bitmodule(
$pParams, $pContent, &$gBitSmarty)
|
|
\brief Smarty {bitmodule}{/bitmodule} block handler
To make a module it is enough to place smth like following into corresponding mod-name.tpl file: \code {bitmodule name="module_name" title="Module title"} <!-- module Smarty/HTML code here --> {/bitmodule} \endcode
This block may (can) use 2 Smarty templates: 1) module.tpl = usual template to generate module look-n-feel 2) module-error.tpl = to generate diagnostic error message about incorrect {bitmodule} parameters
Parameters
|
$pParams |
|
|
$pContent |
|
|
&$gBitSmarty |
|