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/public_html/sitepacket.com/system/app/Views/tickets/bottom_menu_bar.php
<nav class="mobile-bottom-menu navbar-expand-lg b-t bg-white fixed-bottom d-block d-sm-none shadow-none z-100" id="ticket-bottom-menu">
    <div class="d-flex justify-content-between pl15 pr15 scroll-to-section">
        <a class="menu-item" aria-current="page" href="#ticket-comments-list" data-target="ticket-comments-list">
            <i data-feather="align-center" class="icon"></i>
        </a>
        <a class="menu-item" aria-current="page" href="#ticket-details-ticket-info" data-target="ticket-details-ticket-info">
            <i data-feather="info" class="icon"></i>
        </a>
        <?php if ($login_user->user_type === "staff") { ?>
            <a class="menu-item" aria-current="page" href="#ticket-tasks-section" data-target="ticket-tasks-section">
                <i data-feather="check-circle" class="icon"></i>
            </a>
        <?php } ?>
    </div>
</nav>