diff options
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/footer.html | 1 | ||||
-rwxr-xr-x | includes/header.html | 11 |
2 files changed, 6 insertions, 6 deletions
diff --git a/includes/footer.html b/includes/footer.html index ec33826..7187ed0 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -1,3 +1,4 @@ + </div> </div> <div class="footer"> <p class="copyright"> diff --git a/includes/header.html b/includes/header.html index dda5024..d48da23 100755 --- a/includes/header.html +++ b/includes/header.html @@ -23,14 +23,13 @@ </ul> </div> </header> - <div class="wrapper sidebar"> - <div> + <div class="main"> + <div class="sidebar"> <h2>News</h2> <ul> <!--#include file="news.html" --> </ul> </div> - </div> - <div class="wrapper main"> - <a id="body"></a> - <h1><!--#echo var="pagetitle" --></h1> + <div class="body"> + <a id="body"></a> + <h1><!--#echo var="pagetitle" --></h1> |