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