Home
last modified time | relevance | path

Searched +full:page_index +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/indexmenu/conf/
H A Ddefault.php15 $conf['page_index'] = '';
H A Dmetadata.php15 $meta['page_index'] = array('string', '_pattern' => '#^[a-z:]*#');
/plugin/indexmenu/
H A Daction.php31 if ($this->getConf('page_index') != '') {
134 if (!file_exists(wikiFN($this->getConf('page_index')))) return;
139 echo p_wiki_xhtml($this->getConf('page_index'));