fade out for not arrived angels
This commit is contained in:
parent
bd48de258a
commit
77273425f7
|
@ -285,7 +285,7 @@ function User_Avatar_render($user) {
|
|||
* @return string
|
||||
*/
|
||||
function User_Nick_render($user_source) {
|
||||
return '<a href="' . page_link_to('users') . '&action=view&user_id=' . $user_source['UID'] . '"><span class="icon-icon_angel"></span> ' . htmlspecialchars($user_source['Nick']) . '</a>';
|
||||
return '<a class="' . ($user_source['Gekommen'] ? '' : 'text-muted') . '" href="' . page_link_to('users') . '&action=view&user_id=' . $user_source['UID'] . '"><span class="icon-icon_angel"></span> ' . htmlspecialchars($user_source['Nick']) . '</a>';
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue