View file Live Chat 3/5.0_complete/operator/template/404.php

File size: 468B
<?php include_once 'header.php';?>

<div class="content">

  <div class="card">
    <div class="card-header">
      <h3 class="card-title"><i class="fa fa-exclamation"></i> <?php echo $jkl["404"];?></h3>
    </div><!-- /.box-header -->
      <div class="card-body">
        We could not find the page you were looking for.
        Meanwhile, you may <a href="<?php echo BASE_URL;?>">return to home</a>.
      </div>
  </div>

</div>

<?php include_once 'footer.php';?>