2012-04-13 21:41:14 +02:00

20 lines
371 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->js('stikked.js');
$this->carabiner->display('js');
?>
</body>
</html>