]> git.mxchange.org Git - friendica.git/commitdiff
.com -> .ca
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 8 Oct 2017 08:22:29 +0000 (10:22 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 8 Oct 2017 08:22:29 +0000 (10:22 +0200)
include/Smilies.php
include/nav.php
mod/admin.php
mod/friendica.php

index 01c1067d923f6bd97808213a9ff274423f0658cd..a2d7637c793d779d9334cf3fe988290e27d77248 100644 (file)
@@ -127,7 +127,7 @@ class Smilies {
                '<img class="smiley" src="' . System::baseUrl() . '/images/smiley-facepalm.gif" alt=":facepalm" title=":facepalm" />',
                '<img class="smiley" src="' . System::baseUrl() . '/images/like.gif" alt=":like" title=":like" />',
                '<img class="smiley" src="' . System::baseUrl() . '/images/dislike.gif" alt=":dislike" title=":dislike" />',
-               '<a href="http://friendica.com">~friendica <img class="smiley" src="' . System::baseUrl() . '/images/friendica-16.png" alt="~friendica" title="~friendica" /></a>',
+               '<a href="https://friendi.ca">~friendica <img class="smiley" src="' . System::baseUrl() . '/images/friendica-16.png" alt="~friendica" title="~friendica" /></a>',
                '<a href="http://redmatrix.me/">red<img class="smiley" src="' . System::baseUrl() . '/images/rm-16.png" alt="red#" title="red#" />matrix</a>',
                '<a href="http://redmatrix.me/">red<img class="smiley" src="' . System::baseUrl() . '/images/rm-16.png" alt="red#matrix" title="red#matrix" />matrix</a>'
                );
index 382b89cfecfdf770a3195d18a5d3203ee5a77730..d7a6e397c603162efdee4e551cc9725d0a777ead 100644 (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);
index 9b8fa36a30c6d6abeb9dc94ad168b92db2b5e246..7c5d04ff39d3db25ba55d796e91402c476f97961 100644 (file)
@@ -363,7 +363,7 @@ function admin_page_blocklist_post(App $a) {
  * This subpage of the admin panel offers the nodes admin to delete an item from
  * the node, given the GUID or the display URL such as http://example.com/display/123456.
  * The item will then be marked as deleted in the database and processed accordingly.
- * 
+ *
  * @param App $a
  * @return string
  */
@@ -1107,7 +1107,7 @@ function admin_page_site(App $a) {
        /* Banner */
        $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>';
        }
        $banner = htmlspecialchars($banner);
        $info = get_config('config','info');
index e2d5b6dd030dc7f30a4bb8420fff1d3430a44bdb..a617c101dca22e2001c9328abdb997265c9417e8 100644 (file)
@@ -72,7 +72,7 @@ function friendica_content(App $a) {
        $o .= '</p>' . PHP_EOL;
 
        $o .= '<p>';
-       $o .= t('Please visit <a href="http://friendica.com">Friendica.com</a> to learn more about the Friendica project.') . PHP_EOL;
+       $o .= t('Please visit <a href="https://friendi.ca">Friendi.ca</a> to learn more about the Friendica project.') . PHP_EOL;
        $o .= '</p>' . PHP_EOL;
 
        $o .= '<p>';