Lines Matching refs:entry
4 $page = $entry->entry['page'];
18 <?php if ($link = $entry->tpl_previouslink('« @TITLE@', $entry->entry['page'], true)) { ?>
23 <?php if ($link = $entry->tpl_nextlink('@TITLE@ »', $entry->entry['page'], true)) { ?>
32 $entry->tpl_link();
34 $entry->tpl_created("%Y-%m-%d");
36 $entry->tpl_link();
37 echo "\"> // ".$entry->entry["title"]."</a></h1>";
59 $entry->tpl_entry(//included
70 <?php $entry->tpl_created("%Y-%m-%d @ %H:%M"); ?> |
71 written by <?php $entry->tpl_author(); ?> |
72 <?php if ($entry->has_tags()) { echo "Tags:"; $entry->tpl_tags(""); } ?>
77 if ($entry->entry["commentstatus"] !== "disabled") {
79 if (!$entry->commenthelper){
80 $entry->commenthelper =& plugin_load("helper", "blogtng_comments");
82 if ($entry->commenthelper->get_count() >= 1){
83 …echo "\n <div class=\"level2\">\n <h2 class=\"hspec\">".$entry->getLang("comments")."</h…
84 $entry->tpl_comments($entry->entry["blog"]);
88 if ($entry->entry["commentstatus"] !== "closed") {
90 $entry->tpl_commentform();