mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
19 lines
335 B
PHP
Executable File
19 lines
335 B
PHP
Executable File
</div>
|
|
</div>
|
|
<?php $this->load->view('defaults/footer_message'); ?>
|
|
</div>
|
|
</div>
|
|
<?php
|
|
$this->load->view("defaults/stats");
|
|
|
|
//Javascript
|
|
$this->carabiner->js('jquery.js');
|
|
$this->carabiner->js('jquery.timers.js');
|
|
$this->carabiner->js('jquery.clipboard.js');
|
|
|
|
$this->carabiner->display('js');
|
|
|
|
?>
|
|
</body>
|
|
</html>
|