Home
last modified time | relevance | path

Searched refs:get_entrycontent (Results 1 – 3 of 3) sorted by relevance

/plugin/podcast/blogtng-tpl/
H A Dfeed.php1 <?php echo $entry->get_entrycontent() ?>
/plugin/blogtng/tpl/default/
H A Dfeed.php5 echo $entry->get_entrycontent() ?>
/plugin/blogtng/helper/
H A Dentry.php465 $htmlcontent = $this->get_entrycontent($readmore, $inc_level, $skipheader);
827 public function get_entrycontent($readmore='syntax', $inc_level=true, $skipheader=false) { function in helper_plugin_blogtng_entry