Revert "Personen Name Als link integriert"
This reverts commit 24f54b9125
.
This commit is contained in:
parent
24f54b9125
commit
379f0c5c34
1 changed files with 1 additions and 2 deletions
|
@ -46,12 +46,11 @@ 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']."'>"$personname"</td>
|
||||
<td class='profil'><a target ='_blank'href='".$row['url']."'>".$row['url']."</td>
|
||||
<td>".$row['author']."</td>
|
||||
<td>".$row['addtime']."</td>";
|
||||
if($row['banned'] == 0){
|
||||
|
|
Reference in a new issue