X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=77b5647f2bbfc6d583103fa836de494222137c8f;hb=3ad7c395fb9a33319531e04673563e7c9983d8f0;hp=55edd072e4d9512e937178257f500b7ac1d99968;hpb=079e63bba942e150ddd2baf91149936d1b880697;p=friendica.git diff --git a/index.php b/index.php index 55edd072e4..77b5647f2b 100644 --- a/index.php +++ b/index.php @@ -247,8 +247,10 @@ $a->page['content'] .= '
'; * */ -if($a->module != 'install') +if($a->module != 'install') { require_once('nav.php'); + nav($a); +} /** * Build the page - now that we have all the components