logoutView.inc 332 B

12345
  1. <div style="font-size: 10px;">
  2. <a href="?a=user&id=<?=$userId?>"><?=$username?></a>
  3. | <a <?=($newNotifications > 0 ? "class=\"newNotice\" " : "")?>href="?a=notifications">notifications<?=($newNotifications > 0 ? " ($newNotifications)" : "")?></a>
  4. | <a href="?a=preferences">preferences</a> | <a href="?a=logout">logout</a>
  5. </div>