diff options
-rw-r--r-- | website/templates/page.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/templates/page.tmpl b/website/templates/page.tmpl index 166f3c5..0a4285e 100644 --- a/website/templates/page.tmpl +++ b/website/templates/page.tmpl @@ -17,6 +17,9 @@ </head> <body> +<!-- try to include the nav bar on every page --> +<TMPL_INCLUDE NAME="nav"/> + <div class="header"> <span> <TMPL_LOOP NAME="PARENTLINKS"> |