PHP Classes

File: application/view/template/footer.php

Recommend this page to a friend!
  Classes of Muhammad Mengrani   PHP-MVC   application/view/template/footer.php   Download  
File: application/view/template/footer.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: PHP-MVC
Library that implements the MVC design pattern
Author: By
Last change: Update of application/view/template/footer.php
Date: 3 months ago
Size: 1,065 bytes
 

Contents

Class file image Download

<script
    src="<?php echo $theme;?>/assets/js/jquery-1.9.0.min.js"
    type="text/javascript"></script>

<script
    src="<?php echo $theme;?>/assets/js/bootstrap.min.js"
    type="text/javascript"></script>

<script
    src="<?php echo $theme;?>/assets/js/jquery-ui-1.10.0.custom.min.js"
    type="text/javascript"></script>

<script
    src="<?php echo $theme;?>/assets/js/google-code-prettify/prettify.js"
    type="text/javascript"></script>

<script
    src="<?php echo $theme;?>/assets/js/docs.js" type="text/javascript"></script>

<script
    src="<?php echo $theme;?>/js/jquery.dropdown.js" type="text/javascript"></script>

<script
    src="<?php echo $theme;?>/js/jquery.lightbox-0.5.js"
    type="text/javascript"></script>

<script
    src="<?php echo $theme;?>/js/flexigrid.js" type="text/javascript"></script>
<script
    src="<?php echo $theme;?>/js/jquery.slides.min.js" type="text/javascript"></script>
<script>
$(function() {
    $(".accordion").accordion();
    $(".dlg").accordion();
    $(".tab").tabs();
    $(".lightbox").lightBox({
        fixedNavigation : true
    });
});
</script>
</body>
</html>