.com -> .ca

This commit is contained in:
Tobias Diekershoff 2017-10-08 10:22:29 +02:00
parent ab60641e3b
commit 495b639e55
4 changed files with 5 additions and 5 deletions

View file

@ -205,7 +205,7 @@ function nav_info(App $a)
// Provide a banner/logo/whatever
$banner = get_config('system', 'banner');
if ($banner === false) {
$banner = '<a href="http://friendica.com"><img id="logo-img" src="images/friendica-32.png" alt="logo" /></a><span id="logo-text"><a href="http://friendica.com">Friendica</a></span>';
$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>';
}
call_hooks('nav_info', $nav);