aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-28 16:08:15 -0700
committerFriendika <info@friendika.com>2011-04-28 16:08:15 -0700
commitb43ed54967e133ca250ee7f42a90d699781d904f (patch)
treec3c09dd52f662db2452631b0cd404677df4854d8 /boot.php
parent94a57035b5939895e067647eb2c353a2792093ce (diff)
parente14ab2d369391ee9c97d5568034423f303222019 (diff)
downloadvolse-hubzilla-b43ed54967e133ca250ee7f42a90d699781d904f.tar.gz
volse-hubzilla-b43ed54967e133ca250ee7f42a90d699781d904f.tar.bz2
volse-hubzilla-b43ed54967e133ca250ee7f42a90d699781d904f.zip
Merge https://github.com/friendika/friendika into pull
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 45a756cad..b659a281b 100644
--- a/boot.php
+++ b/boot.php
@@ -2631,7 +2631,7 @@ if(! function_exists('get_plink')) {
function get_plink($item) {
$a = get_app();
$plink = (((x($item,'plink')) && (! $item['private'])) ? '<div class="wall-item-links-wrapper"><a href="'
- . $item['plink'] . '" title="' . t('link to source') . '" target="external-link" ><img src="' . $a->get_baseurl() . '/images/remote-link.gif" alt="' . t('link to source') . '" /></a></div>' : '');
+ . $item['plink'] . '" title="' . t('link to source') . '" target="external-link" class="icon remote-link"></a></div>' : '');
return $plink;
}}