Personen Name Als link integriert
This commit is contained in:
parent
acb96b7500
commit
24f54b9125
1 changed files with 2 additions and 1 deletions
|
@ -46,11 +46,12 @@ while($row = $result->fetch_assoc()){
|
|||
$summarie = file_get_contents($comburl_summarie);
|
||||
$temp_summarie = json_decode($summarie, true);
|
||||
$avatarurl = $temp_summarie["response"]["players"][0]["avatarmedium"];
|
||||
$personname = $temp_summarie["response"]["players"][0]["personaname"];
|
||||
|
||||
$output = "<tr>
|
||||
<td>".$number."</td>
|
||||
<td><img src=$avatarurl></td>
|
||||
<td class='profil'><a target ='_blank'href='".$row['url']."'>".$row['url']."</td>
|
||||
<td class='profil'><a target ='_blank'href='".$row['url']."'>"$personname"</td>
|
||||
<td>".$row['author']."</td>
|
||||
<td>".$row['addtime']."</td>";
|
||||
if($row['banned'] == 0){
|
||||
|
|
Reference in a new issue