getUserSubmissionChildre fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.get_last.php
... / ...
CommitLineData
1<?php
2
3// Get last submissions that appeared on kyberia (all users)
4
5function 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.105077 seconds and 4 git commands to generate.