fixed getUSerSubmissionChildren & moved getLast to backend
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.get_last.php
CommitLineData
51ff3226 1<?php
2
1f014b94 3// Get last submissions that appeared on kyberia (all users)
4// XXX permission checking?
51ff3226 5
1f014b94 6function smarty_function_get_last($params,&$smarty) {
51ff3226 7
1f014b94 8 $last=nodes::GetLast($params/*$listing_ammount,$offset,$order_by*/);
9 $smarty->assign('get_last', $last);
51ff3226 10
51ff3226 11
1f014b94 12}
1b6374e5 13?>
This page took 0.279725 seconds and 4 git commands to generate.