0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
php
/
lib
/
[
Home
]
File: block.MTCommentEntry.php
<?php function smarty_block_MTCommentEntry($args, $content, &$ctx, &$repeat) { $localvars = array('entry', 'current_timestamp', 'modification_timestamp'); if (!isset($content)) { $ctx->localize($localvars); $entry_id = $ctx->stash('comment_entry_id'); $entry = $ctx->mt->db->fetch_entry($entry_id); $ctx->stash('entry', $entry); $ctx->stash('current_timestamp', $entry['entry_created_on']); $ctx->stash('modification_timestamp', $entry['entry_modified_on']); } else { $ctx->restore($localvars); } return $content; } ?>