diff options
Diffstat (limited to 'includes/header.html')
-rwxr-xr-x | includes/header.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/header.html b/includes/header.html index 7a3563c..dda5024 100755 --- a/includes/header.html +++ b/includes/header.html @@ -25,7 +25,7 @@ </header> <div class="wrapper sidebar"> <div> - <h3>News</h3> + <h2>News</h2> <ul> <!--#include file="news.html" --> </ul> @@ -33,3 +33,4 @@ </div> <div class="wrapper main"> <a id="body"></a> + <h1><!--#echo var="pagetitle" --></h1> |