website_jukni/pastebin/themes/geocities/views/defaults/footer.php
2017-12-29 15:51:59 +01:00

27 lines
610 B
PHP

<?php $this->load->view('defaults/footer_message'); ?>
</div>
<?php
//codemirror modes
if(isset($codemirror_modes)){
echo '<div style="display: none;" id="codemirror_modes">' . json_encode($codemirror_modes) . '</div>';
}
//stats
$this->load->view('defaults/stats');
//Javascript
$this->carabiner->js('jquery.js');
$this->carabiner->js('bootstrap.min.js');
$this->carabiner->js('jquery.timers.js');
//$this->carabiner->js('jquery.dataTables.min.js');
$this->carabiner->js('codemirror/lib/codemirror.js');
$this->carabiner->js('stikked.js');
$this->carabiner->display('js');
?>
</body>
</html>