Home
last modified time | relevance | path

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

/plugin/pagelist/
H A Dhelper.php17 protected $showheader = false; variable in helper_plugin_pagelist
105 $this->showheader = $this->getConf('showheader'); //on-off
238 * (Optional) Overrides standard values for style, showheader and show(column) settings
268 $this->showheader = true;
271 $this->showheader = false;
360 $this->showheader = false;
381 if ($this->showheader) {
/plugin/pagelist/conf/
H A Ddefault.php6 $conf['showheader'] = 0;
H A Dmetadata.php11 $meta['showheader'] = array('onoff');