inc/footer.inc.php
changeset 49 58911245e817
parent 47 ae140472d97c
child 71 e1b918eaf69a
equal deleted inserted replaced
48:2b8781fd2e49 49:58911245e817
    26 }
    26 }
    27 
    27 
    28 ?>
    28 ?>
    29   </div> <!-- /content -->
    29   </div> <!-- /content -->
    30   <div class="footer">
    30   <div class="footer">
    31    <a href="https://rejo.zenger.nl/poweradmin/">a complete(r) <strong>poweradmin</strong></a> - <a href="credits.php">credits</a>
    31    <a href="https://rejo.zenger.nl/poweradmin/">a complete(r) <strong>poweradmin</strong></a> - <a href="https://code.krikkit.nl/trac/poweradmin/wiki/Credits">credits</a>
    32   </div>
    32   </div>
    33 <?
    33 <?
    34 if(file_exists('inc/custom_footer.inc.php')) 
    34 if(file_exists('inc/custom_footer.inc.php')) 
    35 {
    35 {
    36 	include('inc/custom_footer.inc.php');
    36 	include('inc/custom_footer.inc.php');