]> git.mxchange.org Git - friendica.git/blobdiff - index.php
resolve file inclusion conflicts w/ multiple plugins, improve the typo checker
[friendica.git] / index.php
index 55edd072e4d9512e937178257f500b7ac1d99968..77b5647f2bbfc6d583103fa836de494222137c8f 100644 (file)
--- 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