Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dtoc.php212 if (!is_array($CURRENTNODE) || empty($CURRENTNODE))
219 if (!empty($CURRENTNODE['id']) && empty($CURRENTNODE['pages']))
222 return $this->__TOCItem($CURRENTNODE, $DEPTH);
226 if (!empty($CURRENTNODE[$conf['start']]))
229 … $didOpenItem = !(count(empty($CURRENTNODE['pages']) ? $CURRENTNODE : $CURRENTNODE['pages']) == 0);
231 unset($CURRENTNODE[$conf['start']]);
232 } else if (!empty($CURRENTNODE['element'])) {
235 unset($CURRENTNODE['element']);
238 $didOpenItem = !(count($CURRENTNODE) == 0);
246 $this->debug($CURRENTNODE);
[all …]