aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.php b/index.php
index 55edd072e..77b5647f2 100644
--- a/index.php
+++ b/index.php
@@ -247,8 +247,10 @@ $a->page['content'] .= '<div id="pause"></div>';
*
*/
-if($a->module != 'install')
+if($a->module != 'install') {
require_once('nav.php');
+ nav($a);
+}
/**
* Build the page - now that we have all the components