]> git.mxchange.org Git - friendica.git/blobdiff - include/nav.php
The index mustn't be 192 characters long
[friendica.git] / include / nav.php
index 602bcd83ba9ffb38069f3fe758d05f4cc84fbdb1..3c7c932e28f6b5214214d2be10177dcb06125a9f 100644 (file)
@@ -10,7 +10,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());
@@ -138,7 +138,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) {