forked from halo-battle/game
Version 0.10a
This commit is contained in:
parent
b9c240c781
commit
e391f66774
201 changed files with 5182 additions and 8158 deletions
|
|
@ -79,7 +79,7 @@ else {
|
|||
$template->pparse('stat_playertable_header');
|
||||
|
||||
while ($row = mysql_fetch_assoc($test)){
|
||||
$table = $template->assign_vars( array('player_rank' => separerNombres($i), 'player_name' => $row['pseudo'], 'player_points' => separerNombres($row[$type]), 'player_mes'=> '<a href="envoyer_message.php?pseudo='.trouvNom($row['id']).'"><img src="descriptions/diz/m.gif" alt="" /></a>'));
|
||||
$table = $template->assign_vars( array('player_rank' => separerNombres($i), 'player_name' => $row['pseudo'], 'player_points' => separerNombres($row[$type]), 'player_mes'=> '<a href="messagerie.php?act=nouv&joueur='.$row['pseudo'].'"><img src="descriptions/diz/m.gif" alt="Envoyer un message privé" /></a>'));
|
||||
$parse['body_values'] .= $template->pparse('stat_playertable');
|
||||
$i++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue