inc/footer.inc.php
changeset 33 370e0d7fa3e7
parent 31 f0afd66d7ed4
child 47 ae140472d97c
equal deleted inserted replaced
32:0c2497c1ac01 33:370e0d7fa3e7
     6 }
     6 }
     7 
     7 
     8 ?>
     8 ?>
     9   </div> <!-- /content -->
     9   </div> <!-- /content -->
    10   <div class="footer">
    10   <div class="footer">
    11    <a href="https://rejo.zenger.nl/poweradmin/">a complete(r) <strong>poweradmin</strong></a>
    11    <a href="https://rejo.zenger.nl/poweradmin/">a complete(r) <strong>poweradmin</strong></a> - <a href="credits.php">credits</a>
    12   </div>
    12   </div>
    13 <?
    13 <?
    14 if(file_exists('inc/custom_footer.inc.php')) 
    14 if(file_exists('inc/custom_footer.inc.php')) 
    15 {
    15 {
    16 	include('inc/custom_footer.inc.php');
    16 	include('inc/custom_footer.inc.php');