Home
last modified time | relevance | path

Searched refs:tpl_created (Results 1 – 13 of 13) sorted by relevance

/plugin/podcast/blogtng-tpl/
H A Dlist.php20 $entry->tpl_created("%Y-%m-%d");
56 …<?php $entry->tpl_created("%Y-%m-%d"); ?>&#160;written&#160;by&#160;<?php $entry->tpl_author(); ?>…
H A Dentry.php34 $entry->tpl_created("%Y-%m-%d");
70 <?php $entry->tpl_created("%Y-%m-%d @ %H:%M"); ?> |
H A Dfeed.php5 This blog post was created <?php $entry->tpl_created("on %Y-%m-%d at %H:%M")?> by
H A Drecentcomments.php5 <?php $comment->tpl_created('%f')?>
H A Dcomments.php4 …tpl_hcard(); ?> No. <?php $comment->tpl_number(false); ?> @ <?php $comment->tpl_created(); ?></div>
/plugin/blogtng/tpl/default/
H A Dtagsearch.php18 <?php global $conf;$entry->tpl_created($conf['dformat'])?>
H A Drecentcomments.php17 <?php $comment->tpl_created('%f')?>
H A Dcomments.php21 <?php $comment->tpl_created()?> |
H A Dfeed.php12 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
H A Dlist.php22 <?php global $conf; $entry->tpl_created($conf['dformat'])?>
H A Dentry.php31 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
/plugin/blogtng/entities/
H A DComment.php190 public function tpl_created($fmt=''){ function in dokuwiki\\plugin\\blogtng\\entities\\Comment
/plugin/blogtng/helper/
H A Dentry.php524 public function tpl_created($format='') { function in helper_plugin_blogtng_entry