localize(array('category', 'archive_category')); $ctx->stash('category', null); $ctx->stash('archive_category', null); require_once("block.MTSubCategories.php"); } $result = smarty_block_MTSubCategories($args, $content, $ctx, $repeat); if (!$repeat) { $ctx->restore(array('category', 'archive_category')); } return $result; } ?>