]> oss.titaniummirror.com Git - oss-web.git/blobdiff - in/style/default.tmpl
Change TOP link to Home and NEWS to News. Cleaner output in breadcrumbs.
[oss-web.git] / in / style / default.tmpl
index aa2f691d774ad0c6f86d9594eae285c73ce9b3a5..725cafa01e67d73a7760a220654ea9612601889d 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 -->
 
@@ -79,7 +81,15 @@ ${self.contents()}
 <div class="articleListing">
 <h2>Navigation</h2>
 <ul class="directory">
-% for level, part_of_path, current, page, link in get_sidemenu('TOP'):
+% for level, part_of_path, current, page, link in get_sidemenu('Home'):
+%    if current:
+<li class="active sidebar${level}">
+%    else:
+<li class="sidebar${level}">
+%    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: