X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_nodes_by_type.php;fp=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_nodes_by_type.php;h=80c7b20b1ceb8c4d12008d2cfb90216052272264;hb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;hp=0000000000000000000000000000000000000000;hpb=bc13d5d6e1834068f8b690c32bba114e352dacdd;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/smarty/node_methodz/function.get_nodes_by_type.php b/inc/smarty/node_methodz/function.get_nodes_by_type.php new file mode 100644 index 0000000..80c7b20 --- /dev/null +++ b/inc/smarty/node_methodz/function.get_nodes_by_type.php @@ -0,0 +1,32 @@ +query($q); + + while ($set->next()) $pole[]=$set->getRecord(); + $smarty->assign('get_nodes_by_type',$pole); + + } +?> \ No newline at end of file