From a2f348755ff01970d52d5eae6097480dac00e01e Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 3 Jun 2008 21:30:17 +0200 Subject: [PATCH] Strongify user name (not a very good commit) Signed-off-by: Florent Bruneau --- widget.auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget.auth.php b/widget.auth.php index fa4ea54..7095862 100644 --- a/widget.auth.php +++ b/widget.auth.php @@ -8,7 +8,7 @@ class xorgAuthWidget { global $core; $name = @$core->auth->getInfo('user_displayname'); if ($name) { - $str = '
  • Tu es ' . $core->auth->getInfo('user_displayname') . '
  • '; + $str = '
    • Tu es ' . $core->auth->getInfo('user_displayname') . '
    • '; if ($core->auth->check('usage,contentadmin,admin', $core->blog->id)) { $str .= '
    • Interface de rédaction
    • '; } -- 2.1.4