Home
last modified time | relevance | path

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

/plugin/include/
H A Dhelper.php25 $this->defaults['noheader'] = $this->getConf('noheader');
91 $flags['noheader'] = 0;
93 case 'noheader':
94 $flags['noheader'] = 1;
330 if((!$no_header) && $flags['noheader']) {
393 if ($no_header) $diff -= 1; // push up one level if "noheader"
444 // check if noheader is used and set the footer level to the first section
/plugin/include/conf/
H A Dmetadata.php8 $meta['noheader'] = array('onoff');
H A Ddefault.php5 $conf['noheader'] = 0; // Don't display the header of the inserted section