{* $Id$ *} {* \brief Show plugins help * included by tiki-show_help.tpl via smarty_block_add_help() *} {if count($plugins) ne 0}
{tr}Note that plugin arguments can be enclosed with double quotes ("); this allows them to contain , or = or >{/tr}.
{if $prefs.feature_help eq 'y'}{tr}More help here{/tr}
{icon name='help' style="vertical-align:middle"}
{/if}
| {tr}Description{/tr} |
|---|
| {* $plugins[i].help is generated using the tiki-plugin_help.tpl template *} {$plugins[i].help} |