Home
last modified time | relevance | path

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

/template/lilas/
H A Dsidebar.php8 function tpl_list_folder($dataList){ argument
21 for($i=0; $i<count($dataList); $i++){
24 if($dataList[$i]["type"] == "d"){
43 if($currentLevel > $dataList[$i]["level"]){
45 $currentLevel = $dataList[$i]["level"];
49 if($dataList[$i]["type"] == "d"){
51 if($dataList[$i]["open"]){
66 if($dataList[$i]["id"] == $ID){
73 $path = wl($dataList[$i]["id"]);
77 if($dataList[$i]["id"] == $ID){
[all …]
/template/starterbootstrap/
H A Dsidebar.php62 function tpl_list_folder($dataList, $findAndProcessStartpage) { argument
75 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']) {
108 $currentLevel = $dataList[$i]["level"];
112 if ($dataList[$i]["type"] == "d") {
114 if ($dataList[$i]["open"]) {
145 if (!empty($dataList[$i+1]["level"])) {
[all …]