b5298a9892a383b2d30093874573a9b77dd13f43
[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 // XXX permission checking?
5
6 function smarty_function_get_last($params,&$smarty) {
7
8 $last=nodes::GetLast($params/*$listing_ammount,$offset,$order_by*/);
9 $smarty->assign('get_last', $last);
10
11
12 }
13 ?>
This page took 0.268639 seconds and 3 git commands to generate.