author | rejo |
Wed, 27 Jun 2007 22:36:02 +0000 | |
changeset 33 | 370e0d7fa3e7 |
parent 31 | f0afd66d7ed4 |
child 47 | ae140472d97c |
permissions | -rw-r--r-- |
1 | 1 |
<? |
2 |
global $db; |
|
3 |
if(is_object($db)) |
|
4 |
{ |
|
5 |
$db->disconnect(); |
|
6 |
} |
|
7 |
||
8 |
?> |
|
13 | 9 |
</div> <!-- /content --> |
10 |
<div class="footer"> |
|
33 | 11 |
<a href="https://rejo.zenger.nl/poweradmin/">a complete(r) <strong>poweradmin</strong></a> - <a href="credits.php">credits</a> |
13 | 12 |
</div> |
13 |
<? |
|
14 |
if(file_exists('inc/custom_footer.inc.php')) |
|
15 |
{ |
|
16 |
include('inc/custom_footer.inc.php'); |
|
17 |
} |
|
18 |
?> |
|
19 |
</body> |
|
20 |
</html> |