diff options
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/nav.mdwn | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn index a4bcebf..33ab8ce 100644 --- a/website/templates/nav.mdwn +++ b/website/templates/nav.mdwn @@ -1,3 +1,13 @@ -[[overview|/index]] | [[why?|/why]] | [[/download]] | [[documentation|/doc]] | [[/news]] | [[/community]] | [[/bugs]] +<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> |