Lines Matching refs:entry
15 <?php if ($link = $entry->tpl_previouslink('« @TITLE@', $entry->entry['page'], true)) { ?>
20 <?php if ($link = $entry->tpl_nextlink('@TITLE@ »', $entry->entry['page'], true)) { ?>
26 <?php $entry->tpl_entry(true, false, false) ?>
31 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
32 if ($entry->entry['created'] != $entry->entry['lastmod']) {
33 echo $lang['lastmod'].": ";$entry->tpl_lastmodified($conf['dformat']);echo ", ";
35 echo $this->getLang('author').": ";$entry->tpl_author();
36 if ($entry->has_tags()) {
38 echo $this->getLang('tags').": ";$entry->tpl_tags('');
42 <?php if ($entry->entry['commentstatus'] != 'disabled') {?>
45 <?php $entry->tpl_comments(basename(dirname(__FILE__))) ?>
46 <?php $entry->tpl_commentform() ?>