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:
parent
c0f6d73195
commit
5d83855afd
@ -1391,7 +1391,7 @@ function feed_salmonlinks($nick) {
|
|||||||
|
|
||||||
function get_plink($item,$mode) {
|
function get_plink($item,$mode) {
|
||||||
$a = get_app();
|
$a = get_app();
|
||||||
if($mode == 'display')
|
if(($mode == 'display') || ($mode == 'channel') || ($mode == 'network'))
|
||||||
$key = 'plink';
|
$key = 'plink';
|
||||||
else
|
else
|
||||||
$key = 'llink';
|
$key = 'llink';
|
||||||
|
Reference in New Issue
Block a user