Searched refs:tpl_created (Results 1 – 13 of 13) sorted by relevance
20 $entry->tpl_created("%Y-%m-%d");56 …<?php $entry->tpl_created("%Y-%m-%d"); ?> written by <?php $entry->tpl_author(); ?>…
34 $entry->tpl_created("%Y-%m-%d");70 <?php $entry->tpl_created("%Y-%m-%d @ %H:%M"); ?> |
5 This blog post was created <?php $entry->tpl_created("on %Y-%m-%d at %H:%M")?> by
5 <?php $comment->tpl_created('%f')?>
4 …tpl_hcard(); ?> No. <?php $comment->tpl_number(false); ?> @ <?php $comment->tpl_created(); ?></div>
18 <?php global $conf;$entry->tpl_created($conf['dformat'])?>
17 <?php $comment->tpl_created('%f')?>
21 <?php $comment->tpl_created()?> |
12 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
22 <?php global $conf; $entry->tpl_created($conf['dformat'])?>
31 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
190 public function tpl_created($fmt=''){ function in dokuwiki\\plugin\\blogtng\\entities\\Comment
524 public function tpl_created($format='') { function in helper_plugin_blogtng_entry