bayotshoh
High,
  1. if ($rights == 9) {
  2. echo '<div class="phdr"><b>' . $lng['balance'] . ': ' . $user['balans'] . '</b></div>';
  3. echo '<div class="menu"><form action="profile.php?user='.$user['id'].'" method="post">';
  4. echo '<input type="text" maxlength="10" name="balans" /><input type="submit" name="submit" value="' . $lng['edit'] . '" />';
  5. echo '</form></div>';
  6. }