mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:10:11 +00:00
.com -> .ca
This commit is contained in:
parent
ab60641e3b
commit
495b639e55
4 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue