Procedural File: function.recommend.php
Source Location: /modules/Recommend_Us/pntemplates/plugins/function.recommend.php
Page Details:
Zikula Application Framework
Tags:
smarty_function_recommend [line 30]
string smarty_function_recommend(
array $params, object &$smarty, integer $sid, string $start, string $end, string $seperator, string $class)
|
|
Smarty function to create a recommend link for an item Example <!--[recommend modname=News itemid="1" start="[" end="]"]-->
Tags:
Parameters
| array |
$params |
All attributes passed to this function from the template |
| object |
&$smarty |
Reference to the Smarty object |
| integer |
$sid |
article id |
| string |
$start |
start string |
| string |
$end |
end string |
| string |
$seperator |
link seperator |
| string |
$class |
CSS class |
|
|