PHP Classes

File: site/views/template/footer.php

Recommend this page to a friend!
  Classes of Muhammad Mengrani   PHP CouchDB Product CRUD   site/views/template/footer.php   Download  
File: site/views/template/footer.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: PHP CouchDB Product CRUD
Manage products stored in a CouchDB database
Author: By
Last change: Update of site/views/template/footer.php
Date: 5 months ago
Size: 1,016 bytes
 

Contents

Class file image Download
<?php
$server
= $_SERVER['SERVER_ADDR'];
//$link = "http://".$server."/".$site->appdir."/";
?>
<script src="site/lib/UI/jquery/assets/js/jquery-1.9.0.min.js" type="text/javascript"></script>

    <script src="site/lib/UI/jquery/assets/js/bootstrap.min.js" type="text/javascript"></script>

    <script src="site/lib/UI/jquery/assets/js/jquery-ui-1.10.0.custom.min.js" type="text/javascript"></script>

    <script src="site/lib/UI/jquery/assets/js/google-code-prettify/prettify.js" type="text/javascript"></script>

    <script src="site/lib/UI/jquery/assets/js/docs.js" type="text/javascript"></script>

    <script src="site/lib/UI/jquery/js/jquery.dropdown.js" type="text/javascript"></script>
   
    <script src="site/lib/UI/jquery/js/jquery.lightbox-0.5.js" type="text/javascript"></script>
   
    <script src="site/lib/UI/jquery/js/flexigrid.js" type="text/javascript"></script>

    <script src="site/lib/UI/jquery/js/app.js" type="text/javascript"></script>



<?php
include $site->site_tracker;
?>