Searched refs:dataList (Results 1 – 2 of 2) sorted by relevance
8 function tpl_list_folder($dataList){ argument21 for($i=0; $i<count($dataList); $i++){ 24 if($dataList[$i]["type"] == "d"){25 $perm = auth_quickaclcheck($dataList[$i]["id"].":*");27 $perm = auth_quickaclcheck($dataList[$i]["id"]);33 $firstHeading = p_get_first_heading($dataList[$i]["id"]);34 if($conf['useheading'] && $dataList[$i]["type"] == "f" && !empty($firstHeading)){37 $linkName = split(":", $dataList[$i]["id"]);43 if($currentLevel > $dataList[$i]["level"]){44 echo str_repeat("</ul></li>\n", $currentLevel - $dataList[$i]["level"]);[all …]
62 function tpl_list_folder($dataList, $findAndProcessStartpage) { argument75 for($i=0; $i<count($dataList); $i++) {78 if ($dataList[$i]["type"] == "d") {79 $perm = auth_quickaclcheck($dataList[$i]["id"].":*");81 $perm = auth_quickaclcheck($dataList[$i]["id"]);87 if (noNS($dataList[$i]["id"]) != $conf['start']) {91 $pageFileName = split(":", $dataList[$i]["id"]);96 $firstHeading = p_get_first_heading($dataList[$i]["id"]);97 … if ($conf['useheading'] && $dataList[$i]["type"] == "f" && !empty($firstHeading)) {106 if ($currentLevel > $dataList[$i]["level"]) {[all …]