summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 22:20:17 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 22:20:17 -0400
commit7d376d98350736d3a3b1d5ec44c0095c179cdc88 (patch)
tree9f842723fc59042e601e35f6ccc06bad4eae04ea /website
parentd7243d30672fdfade1231e45b6413e6bbf9a7866 (diff)
we do not need the nav template any more, since we are using the sidebar plugin.
Diffstat (limited to 'website')
-rw-r--r--website/templates/nav.mdwn13
1 files changed, 0 insertions, 13 deletions
diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn
deleted file mode 100644
index 33ab8ce..0000000
--- a/website/templates/nav.mdwn
+++ /dev/null
@@ -1,13 +0,0 @@
-<table class="sitenav" cellpadding="0" cellspacing="0">
-<tbody><tr><td>
-<a class="logo" href="/"><img class="logo" src="/logo.png" alt="monkeysphere" width="343" height="85" /></a>
-</td><td>
-
-[[WHY?|why]]
-[[DOWNLOAD|download]]
-[[DOCUMENTATION|doc]]
-[[NEWS|news]]
-[[COMMUNITY|community]]
-[[BUGS|bugs]]
-
-</td></tr></tbody></table>