Procedural File: function.legaluserlinks.php
Source Location: /system/legal/pntemplates/plugins/function.legaluserlinks.php
Page Details:
Zikula Application Framework
Tags:
smarty_function_legaluserlinks [line 32]
string smarty_function_legaluserlinks(
array $params, object &$smarty, string $start, string $end, string $seperator, string $class)
|
|
Smarty function to display admin links for the example module based on the user's permissions Example <!--[legaluserlinks 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 |
$start |
start string |
| string |
$end |
end string |
| string |
$seperator |
link seperator |
| string |
$class |
CSS class |
|
|