From daa7dc983bbae309dc984617dbb31a0dba52e481 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Thu, 28 Apr 2011 19:01:35 +0200 Subject: Icons as CSS classes, hide net/home/mail/notify-update divs with no value --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index b0412e051..4e2379469 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'])) ? '' : ''); + . $item['plink'] . '" title="' . t('link to source') . '" target="external-link" class="icon remote-link">' : ''); return $plink; }} -- cgit v1.2.3