@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod1 6.12.0-201.74.2.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 17:11:35 PDT 2026 x86_64
Current Path :
/
homepage
/
v-mt
/
php
/
lib
/
Path :
Upload File :
New :
File
Dir
/homepage/v-mt/php/lib/block.mtifblog.php
<?php # Movable Type (r) (C) 2001-2008 Six Apart, Ltd. All Rights Reserved. # This code cannot be redistributed without permission from www.sixapart.com. # For more information, consult your Movable Type license. # # $Id$ function smarty_block_mtifblog($args, $content, &$ctx, &$repeat) { if (!isset($content)) { $ok = $ctx->stash('blog') ? 1 : 0; return $ctx->_hdlr_if($args, $content, $ctx, $repeat, $ok); } else { return $ctx->_hdlr_if($args, $content, $ctx, $repeat); } } ?>