Home
last modified time | relevance | path

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

/plugin/include/
H A Dhelper.php40 $this->defaults['linkonly'] = $this->getConf('linkonly');
164 case 'linkonly':
165 $flags['linkonly'] = 1;
169 $flags['linkonly'] = 0;
188 $flags['linkonly'] = 1;
227 $flags['linkonly'] = 0;
247 if ($flags['linkonly']) {
/plugin/include/conf/
H A Dmetadata.php23 $meta['linkonly'] = array('onoff');
H A Ddefault.php20 $conf['linkonly'] = 0; // link only to the included pages instead of including the content
/plugin/include/syntax/
H A Dinclude.php139 if (!$sect && !$flags['firstsec'] && !$flags['linkonly'] && !isset($renderer->meta['plugin_include']['secids'][$id])) {