1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Updated e107.org urls.

This commit is contained in:
Cameron
2022-04-04 14:46:42 -07:00
parent 55980a29a8
commit 22b9bd1721
11 changed files with 15 additions and 119 deletions

View File

@@ -2373,7 +2373,7 @@ Inverse 10 <span class="badge badge-inverse">10</span>
$tmp[5]['text'] = 'e107 Website';
$tmp[5]['description'] = '';
$tmp[5]['link'] = 'http://e107.org';
$tmp[5]['link'] = 'https://e107.org';
$tmp[5]['image'] = E_16_E107;
$tmp[5]['image_large'] = '';
$tmp[5]['image_src'] = '';
@@ -2383,7 +2383,7 @@ Inverse 10 <span class="badge badge-inverse">10</span>
$tmp[6]['text'] = 'e107 on Twitter';
$tmp[6]['description'] = '';
$tmp[6]['link'] = 'http://twitter.com/e107';
$tmp[6]['link'] = 'https://twitter.com/e107';
$tmp[6]['image'] = E_16_TWITTER; // "<img src='".E_16_NAV_LGOT."' alt='".ADLAN_151."' class='icon S16' />";
$tmp[6]['image_large'] = '';
$tmp[6]['image_src'] = '';

View File

@@ -123,7 +123,7 @@ class news_shortcodes extends e_shortcode
return "<a href='".e107::getUrl()->create('user/profile/view', $this->news_item)."'>".$this->news_item['user_name']."</a>";
}
}
return "<a href='http://e107.org'>e107</a>";
return "<a href='https://e107.org'>e107</a>";
}