From: Florent Bruneau Date: Tue, 3 Jun 2008 19:30:17 +0000 (+0200) Subject: Strongify user name (not a very good commit) X-Git-Url: http://git.polytechnique.org/?p=dotclear.git;a=commitdiff_plain;h=a2f348755ff01970d52d5eae6097480dac00e01e Strongify user name (not a very good commit) Signed-off-by: Florent Bruneau --- 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
    • '; }