Home
last modified time | relevance | path

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

/plugin/pagelist/conf/
H A Ddefault.php13 $conf['showfirsthl'] = 1;
H A Dmetadata.php12 $meta['showfirsthl'] = array('onoff');
/plugin/pagelist/
H A Dhelper.php19 protected $showfirsthl = false; variable in helper_plugin_pagelist
106 $this->showfirsthl = $this->getConf('showfirsthl'); //on-off
274 $this->showfirsthl = true;
277 $this->showfirsthl = false;
361 $this->showfirsthl = false;
834 if (blank($this->page['title']) && $this->showfirsthl) {