Home
last modified time | relevance | path

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

/plugin/top/
H A Dhelper.php110 $startpages = array();
111 $startpages[] = $start;
116 $startpages[] = $translation . ':' . $start;
121 if (in_array($listitem['page'],$startpages, true) === true ) {
/plugin/simplenavi/
H A Dsyntax.php15 private $startpages = [];
103 // get the start page of the main namespace, this adds it to the list of seen pages in $this->startpages
273 $this->startpages[$id] = 1;
279 } elseif (!empty($this->startpages[$id])) {
324 $this->startpages[$id] = 1;
13 private $startpages = []; global() variable in syntax_plugin_simplenavi
/plugin/dir/
H A Dsyntax.php620 // Don't add startpages the user isn't authorized to read