getUserSubmissionChildre fix
[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)
51ff3226 4
1f014b94 5function smarty_function_get_last($params,&$smarty) {
51ff3226 6
1f014b94 7 $last=nodes::GetLast($params/*$listing_ammount,$offset,$order_by*/);
8 $smarty->assign('get_last', $last);
1f014b94 9}
229a0047 10
1b6374e5 11?>
This page took 0.238123 seconds and 4 git commands to generate.