]> git.mxchange.org Git - friendica.git/blobdiff - include/nav.php
was a bit confusing for me or I was not sleeping to much ...
[friendica.git] / include / nav.php
index b184f11806ac95ada80b0bab3c8a8133ab232a87..fe4c50818ea583c3e02768b8b4ead0866fdb9422 100644 (file)
@@ -8,7 +8,7 @@ function nav(App $a) {
         *
         */
 
-       if (!(x($a->page,'nav')))
+       if(!(x($a->page,'nav')))
                $a->page['nav'] = '';
 
        $a->page['htmlhead'] .= replace_macros(get_markup_template('nav_head.tpl'), array());
@@ -136,7 +136,7 @@ function nav_info(App $a)
 
        if (strlen(get_config('system', 'singleuser'))) {
                $gdir = get_config('system', 'directory');
-               if (strlen($gdir)) {
+               if(strlen($gdir)) {
                        $gdirpath = zrl($gdir, true);
                }
        } elseif (get_config('system', 'community_page_style') == CP_USERS_ON_SERVER) {