diff options
-rw-r--r-- | templates/footer.inc | 3 | ||||
-rw-r--r-- | templates/header.inc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/footer.inc b/templates/footer.inc index eda86358..894bb74a 100644 --- a/templates/footer.inc +++ b/templates/footer.inc @@ -1,3 +1,4 @@ - </div> +</div> <!-- end id="content"--> +</div> <!-- end id="maincontainer"--> </body> </html> diff --git a/templates/header.inc b/templates/header.inc index ad664142..53b5210d 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -63,5 +63,5 @@ $location = get_location(); <!-- This is the sidebar --> <?php require_once(conf('prefix') . '/templates/sidebar.inc.php'); ?> </div> - <div id="content" width="100%" valign="top" style="padding-top:10px;padding-left:10px;"> + <div id="content" style="padding-top:10px;padding-left:10px;width='100%'; valign='top'; "> <!-- Start Main Page --> |