Strongify user name (not a very good commit)
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 3 Jun 2008 19:30:17 +0000 (21:30 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 3 Jun 2008 19:30:17 +0000 (21:30 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
widget.auth.php

index fa4ea54..7095862 100644 (file)
@@ -8,7 +8,7 @@ class xorgAuthWidget {
     global $core;
     $name = @$core->auth->getInfo('user_displayname');
     if ($name) {
-      $str = '<div><ul><li>Tu es ' . $core->auth->getInfo('user_displayname') . '</li>';
+      $str = '<div><ul><li><strong>Tu es ' . $core->auth->getInfo('user_displayname') . '</strong></li>';
       if ($core->auth->check('usage,contentadmin,admin', $core->blog->id)) {
         $str .= '<li><a href="' . $core->blog->url . 'admin/index.php">Interface de rédaction</a></li>';
       }