HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/www/WP-POS/wp-content/themes/angle/page-templates/home-widgetized.php
<?php
/**
 * Template Name: Homepage (Widgetized)
 */

get_header(); ?>

    <?php if (option::is_on('featured_posts_show') ) { // Show the Featured Slider
        get_template_part('wpzoom-slider');
    } ?>


<div class="inner-wrap">

    <?php if (option::is_on('intro') ) { ?>

        <div id="heading">

            <h2><?php echo option::get('intro_title'); ?></h2>

            <span class="description"><?php echo option::get('intro_content'); ?></span>

            <?php if (option::get('intro_url') != '') : ?>
                <a href="<?php echo option::get('intro_url'); ?>" class="action"><?php echo option::get('intro_btn'); ?> &rarr;</a>
            <?php endif; ?>
            <div class="clear"></div>
        </div><!-- / #heading -->

    <?php } ?>
<div class="home-widgetized-wrapper">
    <?php angle_home_widgetized_callback(); ?>
</div>


    <div class="home_widgets full-width-cols">
        <?php dynamic_sidebar('home') ?>
    </div>

</div>

<?php get_footer(); ?>