Searched refs:readmore (Results 1 – 1 of 1) sorted by relevance
/plugin/blogtng/helper/ |
H A D | entry.php | 459 …* @param string $readmore - where to cut the entry valid: 'syntax', FIXME -->add 'firstsection'?? 464 …public function tpl_entry($included=true, $readmore='syntax', $inc_level=true, $skipheader=false) { argument 465 $htmlcontent = $this->get_entrycontent($readmore, $inc_level, $skipheader); 827 public function get_entrycontent($readmore='syntax', $inc_level=true, $skipheader=false) { argument 851 $this->_convert_instructions($ins, $inc_level, $readmore, $skipheader); 978 * @param bool|string $readmore 982 private function _convert_instructions(&$ins, $inc_level, $readmore, $skipheader) { argument 1073 if(($ins[$i][1][0] == 'blogtng_readmore') && $readmore) {
|