Procedural File: function.moduleadminlinks.php
Source Location: /system/pnRender/plugins/function.moduleadminlinks.php
Page Details:
Zikula Application Framework
Tags:
smarty_function_moduleadminlinks [line 30]
string smarty_function_moduleadminlinks(
array $params, object &$smarty, string $modname, string $start, string $end, string $seperator, string $class)
|
|
Smarty function to display admin links for a module Example <!--[moduleadminlinks modname=Example start="[" end="]" seperator="|" class="pn-menuitem-title"]-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |
| string |
$modname |
module name to display links for |
| string |
$start |
start string (optional) |
| string |
$end |
end string (optional) |
| string |
$seperator |
link seperator (optional) |
| string |
$class |
CSS class (optional) |
|
|