0byt3m1n1
Path:
/
data
/
0
/
0
/
6
/
46
/
6861
/
user
/
7034
/
cgi-bin
/
php
/
lib
/
[
Home
]
File: block.MTIfAllowCommentHTML.php
<?php function smarty_block_MTIfAllowCommentHTML($args, $content, &$ctx, &$repeat) { # status: complete if (!isset($content)) { $blog = $ctx->stash('blog'); return $ctx->_hdlr_if($args, $content, $ctx, $repeat, $blog['blog_allow_comment_html'] > 0); } else { return $ctx->_hdlr_if($args, $content, $ctx, $repeat); } } ?>