Changed header.html, footer.html and the CSS files to work with the new DIV framework. Thanks Martin for making it being writing from weblib.php ;-)
This commit is contained in:
@@ -13,11 +13,10 @@
|
||||
echo " $bodytags";
|
||||
if ($focus) {
|
||||
echo " onload=\"setfocus()\"";
|
||||
}
|
||||
echo " bgcolor=\"$THEME->body\">";
|
||||
};
|
||||
?>
|
||||
|
||||
<div id="wrapper">
|
||||
<div id="page">
|
||||
|
||||
<?php if ($home) { // This is what gets printed on the home page only
|
||||
?>
|
||||
@@ -46,4 +45,4 @@
|
||||
<?php } ?>
|
||||
<div class="clearer"></div>
|
||||
<!-- END OF HEADER -->
|
||||
<div id="containerContent">
|
||||
<div id="content">
|
||||
Reference in New Issue
Block a user