author | rejo |
Mon, 04 Jun 2007 18:43:11 +0000 | |
changeset 13 | 2ff220cfde13 |
parent 4 | 55ed92aa7cf5 |
child 23 | 4abaed69febd |
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"> |
|
12 |
<strong>poweradmin</strong> version 1.4.0 - <a href="credits.php"><? echo _('credits'); ?></a> |
|
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> |