<?php $__env->startSection('page_title'); ?>
    <?php echo $info['title']; ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
    <?php echo $info['sub_title']; ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    @parent


<?php $__env->stopSection(); ?>

<?php $__env->startSection('jquery_init'); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_functions'); ?>
    
<?php $__env->stopSection(); ?>


<?php $__env->startSection('main_content'); ?>    
    
    <iframe src="<?php echo $info['src']; ?>" width="<?php echo $info['width']; ?>" height="<?php echo $info['height']; ?>" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>

<?php $__env->stopSection(); ?>