Home
last modified time | relevance | path

Searched refs:dicedID (Results 1 – 1 of 1) sorted by relevance

/template/amanuensis/inc/
H A Dindex.php227 function index_dicedID ($dicedID){ argument
230 array_unshift ($return, array('id'=>array_pop($dicedID), 'type'=>'d','level'=>0,'open'=>1));
231 while ($dicedID){
232 array_unshift($return, array('id'=>array_pop($dicedID), 'type'=>'d','level'=>0,'open'=>1));