PHP Classes

File: documentation/includes/footer.php

Recommend this page to a friend!
  Classes of Oliver Lillie   PHP Video Toolkit   documentation/includes/footer.php   Download  
File: documentation/includes/footer.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Video Toolkit
Manipulate and convert videos with ffmpeg program
Author: By
Last change: Update of documentation/includes/footer.php
Date: 1 year ago
Size: 1,200 bytes
 

Contents

Class file image Download
</div><!--/row-->

        <hr />

        <footer>
            <p>&copy; <a href="mailto:buggedcom@gmail.com">Oliver Lillie</a> 2012-<?php echo date('Y'); ?></p>
        </footer>

    </div><!--/.fluid-container-->

    <!-- Javascript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script type="text/javascript">

      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-38865759-1']);
      _gaq.push(['_trackPageview']);

      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();

    </script>
   
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
    <script src="./js/bootstrap.min.js"></script>

    <!-- pretty printer -->
    <script type="text/javascript" src="//google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
   
</body>
</html>