Home
last modified time | relevance | path

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

/plugin/include/conf/
H A Ddefault.php28 $conf['readmore'] = 1; // Show readmore link in case of firstsection only
H A Dmetadata.php31 $meta['readmore'] = array('onoff');
/plugin/include/syntax/
H A Dreadmore.php32 $renderer->internallink($page, $this->getLang('readmore'));
/plugin/include/
H A Dhelper.php48 $this->defaults['readmore'] = $this->getConf('readmore');
214 case 'readmore':
215 $flags['readmore'] = 1;
218 $flags['readmore'] = 0;
654 * Only display the first section of a page and a readmore link
679 if ($flags['readmore']) {