From 5d83855afdd4ebf770462de7520e72ffb9c6c1c2 Mon Sep 17 00:00:00 2001 From: zottel Date: Thu, 9 Jan 2014 16:04:51 +0100 Subject: use plinks instead of llinks on network/ and channel/ pages, though not in mode network-new (network/new and network/search) --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/text.php b/include/text.php index 8b71fbddf..b47f0518a 100755 --- a/include/text.php +++ b/include/text.php @@ -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'; -- cgit v1.2.3