HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/www/sitepacket.com/system/app/Views/includes/footer.php
<?php if (get_setting("enable_footer")) { ?>
    <div class="footer p15">
        <div class="container-fluid">
            <?php
            $footer_copyright_text = get_setting("footer_copyright_text");
            if ($footer_copyright_text) {
            ?>

                <div class="float-start">
                    <?php echo $footer_copyright_text; ?>
                </div>

            <?php } ?>

            <div class="<?php echo $footer_copyright_text ? "float-end" : ""; ?>">
                <?php
                $footer_menus = unserialize(get_setting("footer_menus"));
                if ($footer_menus && is_array($footer_menus)) {
                    foreach ($footer_menus as $footer) {
                        echo anchor($footer->url, $footer->menu_name);
                    }
                }
                ?>
            </div>
        </div>
    </div>
<?php } ?>