diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-12 22:51:19 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-12 22:51:19 +0100 |
commit | 31ad80f533166802520e018d0511c2f18b15db71 (patch) | |
tree | c3e878e5e3451a2a73258c7034796b2d7c901ee3 | |
parent | 155f52e7f2c6bc15c1d252bfd8794cc4071ee16e (diff) |
Allow for site-specific tree-list in tmpl/site.
-rw-r--r-- | tmpl/tree_list.tt2 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tmpl/tree_list.tt2 b/tmpl/tree_list.tt2 index ecbc50a..d0a1252 100644 --- a/tmpl/tree_list.tt2 +++ b/tmpl/tree_list.tt2 @@ -1,3 +1,4 @@ +[% TRY %][% INCLUDE site/tree_list.tt2 %][% CATCH DEFAULT %] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> @@ -29,12 +30,10 @@ <p> <ul> - <li><a href="linux">Linux 2.6.11 -</a> - <li><a href="linux-bk">Linux 2.5.0 - 2.6.11</a> - <li><a href="linux-old">Linux 0.01 - 2.4.31</a> - <li><a href="linuxbiosv2">LinuxBIOS v2</a> + <li><a href="linux">Linux</a> </ul> </p> </body> </html> [% INCLUDE footer.tt2 %] +[% END %] |