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/includes/back_button.php
<?php
if (isset($button_url) && $button_url) {
    $url = echo_uri($button_url);
    $class = "";
} else {
    $url = "javascript:;";
    $class = "navigate-back";
}

$button_text = isset($button_text) ? $button_text : app_lang('back');
$extra_class = isset($extra_class) ? $extra_class : "";
?>

<div class="d-sm-none">
    <a class="back-action-btn pe-auto <?php echo $class . " " . $extra_class; ?>" href="<?php echo $url; ?>"><i data-feather='chevron-left' class='icon-24 mr5 pe-auto'></i><?php echo $button_text; ?></a>
</div>