Home
last modified time | relevance | path

Searched refs:tpl_lastmodified (Results 1 – 3 of 3) sorted by relevance

/plugin/blogtng/tpl/default/
H A Dfeed.php14 echo $lang['lastmod'].": ";$entry->tpl_lastmodified($conf['dformat']);echo ", ";
H A Dentry.php33 echo $lang['lastmod'].": ";$entry->tpl_lastmodified($conf['dformat']);echo ", ";
/plugin/blogtng/helper/
H A Dentry.php534 public function tpl_lastmodified($format='') { function in helper_plugin_blogtng_entry