]> git.cworth.org Git - cworth.org/blobdiff - templates/page.tmpl
Suck the title h1 up into the header div
[cworth.org] / templates / page.tmpl
index 7455ec33d530bbcbb1b4e0fbfc355ba97313b227..ba5ad10fa4b62186b7ad0676ae257b1fcd8984ce 100644 (file)
 <div class="header">
 <div id="logo">
   <img alt="Carl Worth" src="/cworth-banner.png">
-</div>
-<span>
+<TMPL_UNLESS NAME="SUPPRESSTITLE">
+<h1>
 <TMPL_VAR TITLE>
-</span>
+</h1>
+</TMPL_UNLESS>
+</div>
 <TMPL_IF NAME="SEARCHFORM">
 <TMPL_VAR SEARCHFORM>
 </TMPL_IF>