From e1107b55c6715d131ca808890ce51c6301e56ccc Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Mon, 23 May 2011 11:39:57 +0200 Subject: add info() function. Works like notice() but show messages in a div with class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes --- addon/facebook/facebook.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addon/facebook') diff --git a/addon/facebook/facebook.php b/addon/facebook/facebook.php index eba9d04b9..17cc8bf56 100644 --- a/addon/facebook/facebook.php +++ b/addon/facebook/facebook.php @@ -245,12 +245,12 @@ function facebook_content(&$a) { if($a->argc > 1 && $a->argv[1] === 'remove') { del_pconfig(local_user(),'facebook','post'); - notice( t('Facebook disabled') . EOL); + info( t('Facebook disabled') . EOL); } if($a->argc > 1 && $a->argv[1] === 'friends') { fb_get_friends(local_user()); - notice( t('Updating contacts') . EOL); + info( t('Updating contacts') . EOL); } -- cgit v1.2.3