author | rejo |
Mon, 25 Jun 2007 19:56:50 +0000 | |
changeset 23 | 4abaed69febd |
parent 13 | 2ff220cfde13 |
child 24 | 9f0138ac3028 |
permissions | -rw-r--r-- |
1 | 1 |
<? |
2 |
||
3 |
global $db; |
|
4 |
if(is_object($db)) |
|
5 |
{ |
|
6 |
$db->disconnect(); |
|
7 |
} |
|
8 |
||
9 |
?> |
|
13 | 10 |
</div> <!-- /content --> |
11 |
<div class="footer"> |
|
23 | 12 |
<strong>poweradmin</strong> revision $LastChangedRevision: 70 $ (changed by $LastChangedBy: rejo $) - <a href="credits.php"><? echo _('credits'); ?></a> |
13 | 13 |
</div> |
14 |
<? |
|
15 |
if(file_exists('inc/custom_footer.inc.php')) |
|
16 |
{ |
|
17 |
include('inc/custom_footer.inc.php'); |
|
18 |
} |
|
19 |
?> |
|
20 |
</body> |
|
21 |
</html> |