use plinks instead of llinks on network/ and channel/ pages, though not in

mode network-new (network/new and network/search)
This commit is contained in:
zottel 2014-01-09 16:04:51 +01:00
parent c0f6d73195
commit 5d83855afd

View File

@ -1391,7 +1391,7 @@ function feed_salmonlinks($nick) {
function get_plink($item,$mode) {
$a = get_app();
if($mode == 'display')
if(($mode == 'display') || ($mode == 'channel') || ($mode == 'network'))
$key = 'plink';
else
$key = 'llink';