</div> 
<?php 
  if(isset($this->data['js'])){ 
        foreach($this->data['js'] as $js){ 
            echo $js."\n"; 
        } 
  } 
?> 
        <footer class="pull-left footer"> 
            <p class="col-md-12"><hr class="divider"/>    KChat © 2017 ,KChat v<?php echo $this->data['config']['version']; ?>, Processed in <?php echo round((microtime(true) - $this->data['_start']), 3); ?> s, Ajax Process - <span class="dynamicsparkline"></span> <span id="rq_time">undefined</span> s, <span id="qfired">undefined</span>-SQL Query(s), <!--span id="reqps">undefined</span> - requests/s--></p> 
        </footer> 
        <script> 
        angular.module("myApp", ["ngAlertify"]).controller("myController", function($scope, alertif){}); 
        </script> 
        <script src="<?php echo $this->data['config']['url']; ?>/kchat/assets/alertify/alertify.js" ></script> 
        <script src="<?php echo $this->data['config']['url']; ?>/kchat/assets/alertify/ngAlertify.js" ></script> 
        <script src="<?php echo $this->data['config']['url']; ?>/kchat/assets/js/kchat.js" ></script> 
        <script> 
          kchat.init(); 
        </script> 
<?php alertify::get_alert(); ?> 
<script> <?php __end(); ?> </script> 
    </body> 
</html>
 
 |