]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge remote-tracking branch 'friendika/master' into newui
[friendica.git] / boot.php
index e897f19aa12b21151bf8eb0d1f61e536da0fd8e1..28467006da4c03f538511a33cb0bf688eb3559d9 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -5,6 +5,7 @@ require_once('include/network.php');
 require_once('include/plugin.php');
 require_once('include/text.php');
 require_once("include/pgettext.php");
+require_once('include/nav.php');
 
 
 define ( 'FRIENDIKA_VERSION',      '2.2.1083' );
@@ -1169,3 +1170,4 @@ function load_contact_links($uid) {
        $a->contacts = $ret;
        return;         
 }}
+