inc/footer.inc.php
changeset 24 9f0138ac3028
parent 23 4abaed69febd
child 26 5d63f1e71d6e
equal deleted inserted replaced
23:4abaed69febd 24:9f0138ac3028
     1 <?
     1 <?
     2 
       
     3 global $db;
     2 global $db;
     4 if(is_object($db))
     3 if(is_object($db))
     5 {
     4 {
     6 	 $db->disconnect();
     5 	 $db->disconnect();
     7 }
     6 }
     8 
     7 
       
     8  $svn_rev = '$LastChangedRevision: 71 $ $Date: 2006-07-22 21:42:37 -0700 (Sat, 22 Jul 2006) $ $Author: rejo $';
       
     9  $svn_rev = preg_split("/[\s,]+/", $svn_rev);
       
    10  $revision = "revision $svn_rev[1] (commited at $svn_rev[4] by $svn_rev[13])";
       
    11 
     9 ?>
    12 ?>
    10   </div> <!-- /content -->
    13   </div> <!-- /content -->
    11   <div class="footer">
    14   <div class="footer">
    12    <strong>poweradmin</strong> revision $LastChangedRevision: 70 $ (changed by $LastChangedBy: rejo $) - <a href="credits.php"><? echo _('credits'); ?></a>
    15    <strong>poweradmin</strong> <? echo $revision;?> - <a href="credits.php"><? echo _('credits'); ?></a>
    13   </div>
    16   </div>
    14 <?
    17 <?
    15 if(file_exists('inc/custom_footer.inc.php')) 
    18 if(file_exists('inc/custom_footer.inc.php')) 
    16 {
    19 {
    17 	include('inc/custom_footer.inc.php');
    20 	include('inc/custom_footer.inc.php');