Stikked/htdocs/application/views/view/view_footer.php
2012-04-13 21:41:14 +02:00

16 lines
331 B
PHP
Executable File

<?php $this->load->view('defaults/footer_message.php'); ?>
<?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>