]> 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 a5006eaaf957649b2a7a248b351b4f6599b0113f..e54cc0418f86a8fa26296e198c8d4bf2a77c6692 100644 (file)
@@ -89,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 -->