Home
last modified time | relevance | path

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

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