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 --- mod/match.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/match.php') diff --git a/mod/match.php b/mod/match.php index 092595a09..2742b4a88 100644 --- a/mod/match.php +++ b/mod/match.php @@ -47,11 +47,11 @@ function match_content(&$a) { $o .= '
'; } else { - notice( t('No matches') . EOL); + info( t('No matches') . EOL); } } $o .= paginate($a); return $o; -} \ No newline at end of file +} -- cgit v1.2.3