getUserSubmissionChildre fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.get_last.php
1 <?php
2
3 // Get last submissions that appeared on kyberia (all users)
4
5 function smarty_function_get_last($params,&$smarty) {
6
7 $last=nodes::GetLast($params/*$listing_ammount,$offset,$order_by*/);
8 $smarty->assign('get_last', $last);
9 }
10
11 ?>
This page took 0.254334 seconds and 4 git commands to generate.