Home
last modified time | relevance | path

Searched refs:tpl_author (Results 1 – 8 of 8) sorted by relevance

/plugin/podcast/blogtng-tpl/
H A Dfeed.php6 <?php $entry->tpl_author()?>.
H A Dlist.php56 …?php $entry->tpl_created("%Y-%m-%d"); ?>&#160;written&#160;by&#160;<?php $entry->tpl_author(); ?> |
H A Dentry.php71 written by <?php $entry->tpl_author(); ?> |
/plugin/blogtng/tpl/default/
H A Dtagsearch.php20 <?php $entry->tpl_author()?>
H A Dfeed.php16 echo $this->getLang('author').": ";$entry->tpl_author();
H A Dlist.php24 <?php $entry->tpl_author()?>
H A Dentry.php35 echo $this->getLang('author').": ";$entry->tpl_author();
/plugin/blogtng/helper/
H A Dentry.php542 public function tpl_author() { function in helper_plugin_blogtng_entry