]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/style/default.tmpl
Add a top level news page, with the necessary support in the template and css.
[oss-web.git] / in / style / default.tmpl
index aa2f691d774ad0c6f86d9594eae285c73ce9b3a5..e54cc0418f86a8fa26296e198c8d4bf2a77c6692 100644 (file)
@@ -40,8 +40,10 @@ ${body}
 <a rel="home" href="/"><span class="homeLinkText">Home</span></a>
 </div> <!-- close homeLink -->
 
-<div id="topInfo">
-<p><a href="http://www.titaniummirror.com">Corporate Website</a></p>
+<div id="topInfo"><p>
+<a href="http://www.titaniummirror.com">Corporate Website</a><br />
+support@this.domain
+</p>
 <h2>${file.title}</h2>
 </div> <!-- close topInfo -->
 
@@ -87,6 +89,14 @@ ${self.contents()}
 %    endif
 <a rel="bookmark" href="${link}">${page.linktitle | entity}</a></li>
 % endfor
+% for level, part_of_path, current, page, link in get_sidemenu('NEWS'):
+%    if current:
+<li class="active sidebar${level}">
+%    else:
+<li class="sidebar${level}">
+%    endif
+<a rel="bookmark" href="${link}">${page.linktitle | entity}</a></li>
+% endfor
 </ul>
 </div> <!-- close articleListing -->