]> git.mxchange.org Git - friendica.git/blobdiff - include/nav.php
Update false evaluations
[friendica.git] / include / nav.php
index f2bf161f9e2862deab14e25005d2a0a464ebb950..58ec150e7ad21bbbdbadaee68240e908b8f92ae6 100644 (file)
@@ -209,7 +209,7 @@ function nav_info(App $a)
 
        // Provide a banner/logo/whatever
        $banner = Config::get('system', 'banner');
-       if ($banner === false) {
+       if (is_null($banner)) {
                $banner = '<a href="https://friendi.ca"><img id="logo-img" src="images/friendica-32.png" alt="logo" /></a><span id="logo-text"><a href="https://friendi.ca">Friendica</a></span>';
        }