PHP Classes

File: web/SSO/templates/includes/footer.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/templates/includes/footer.php   Download  
File: web/SSO/templates/includes/footer.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 515 bytes
 

Contents

Class file image Download
<?php
if(!empty($this->data['htmlinject']['htmlContentPost'])) {
    foreach(
$this->data['htmlinject']['htmlContentPost'] AS $c) {
        echo
$c;
    }
}
?>
</div><!-- #content -->
    <div id="footer">
        <hr />

        <img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/ssplogo-fish-small.png" alt="Small fish logo" style="float: right" />
        Copyright &copy; 2007-2014 <a href="http://rnd.feide.no/">Feide RnD</a>
       
        <br style="clear: right" />
   
    </div><!-- #footer -->

</div><!-- #wrap -->

</body>
</html>