diff options
author | Friendika <info@friendika.com> | 2011-04-28 16:08:15 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-28 16:08:15 -0700 |
commit | b43ed54967e133ca250ee7f42a90d699781d904f (patch) | |
tree | c3c09dd52f662db2452631b0cd404677df4854d8 /boot.php | |
parent | 94a57035b5939895e067647eb2c353a2792093ce (diff) | |
parent | e14ab2d369391ee9c97d5568034423f303222019 (diff) | |
download | volse-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }} |