based on standard theme.
This commit is contained in:
mits 2005-04-01 10:23:55 +00:00
parent ef036dcee8
commit b6afa80559
3 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<!-- START OF FOOTER -->
<div id="footer">
<?php if ($navigation) { ?>
<?php if ($navigation and false) { ?>
<div class="navbar">
<div class="breadcrumb"><?php print_navigation($navigation); ?></div>
<div class="menu"><?php echo $menu; ?></div>
@ -13,6 +13,8 @@
<?php echo $loggedinas ?>
<?php echo $performanceinfo ?>
<?php if (isadmin()) { ?>
<br />
<hr size="1" noshade="noshade" />

View File

@ -161,6 +161,10 @@ h4 {
}
.performanceinfo {
font-size: 0.6em;
}
/***
*** Admin

View File

@ -253,6 +253,10 @@ table.formtable tbody th
padding-right:1em;
}
.performanceinfo {
margin: 2em;
}
/***