0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
php
/
lib
/
[
Home
]
File: function.MTEntryCommentCount.php
<?php function smarty_function_MTEntryCommentCount($args, &$ctx) { $entry = $ctx->stash('entry'); $entry_id = $entry['entry_id']; return $ctx->mt->db->entry_comment_count($entry_id); } ?>