]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Admin/Site.php
Remove the activity
[friendica.git] / src / Module / Admin / Site.php
index ef7d5b9871d118307b403a251b928e339728dbf0..a6e73cea4a3be04f20c2967800673538cd5cd771 100644 (file)
@@ -388,10 +388,6 @@ class Site extends BaseAdmin
                /* Banner */
                $banner = DI::config()->get('system', 'banner');
 
-               if ($banner == false) {
-                       $banner = '<a href="https://friendi.ca"><img id="logo-img" width="32" height="32" src="images/friendica.svg" alt="logo" /></a><span id="logo-text"><a href="https://friendi.ca">Friendica</a></span>';
-               }
-
                $email_banner = DI::config()->get('system', 'email_banner');
 
                if ($email_banner == false) {