Searched refs:tpl_content (Results 1 – 12 of 12) sorted by relevance
117 tpl_content();124 tpl_content();
112 <?php tpl_content()?>
385 <?php tpl_content()?>
379 <?php tpl_content()?>
137 <?php tpl_content() /* the main content */ ?>
62 tpl_content();
52 $this->entryhelper->tpl_content($this->entryhelper->entry['blog'], 'entry');
124 $this->entryhelper->tpl_content($ditem['entry']['blog'], 'feed');
52 return tpl_content();
115 $this->entryhelper->tpl_content($ditem['entry']['blog'], 'feed');
49 // Because so much is declared in global scope in doku.php, it's impossible to call tpl_content() without198 tpl_content($ACT == 'show');205 * figure out where the main content area is. NOTE: Templates that don't wrap tpl_content()
259 $this->tpl_content($conf['tpl'], $templatetype);443 public function tpl_content($name, $type) { function in helper_plugin_blogtng_entry