Skip to content

Commit

Permalink
Added Show Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
elit3ge committed May 8, 2016
1 parent 9821a57 commit 5cd0a5c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion shows.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,14 @@
{
echo '<tr>';
echo '<td>';
echo '<a href="seasonlist.php?showid=' . $values['tvdbid'] . '">';
printf("<img width='300' src=".$ip."/api/".$api."/?cmd=show.getbanner&tvdbid=".$values['tvdbid'].">");
echo '</a>';
echo '</td>';
echo '<td align="center" style="vertical-align:middle">';
echo '<a href="seasonlist.php?showid=' . $values['tvdbid'] . '">' . $key . '</a>';
echo '</td>';
echo '<td>';
echo '<td style="vertical-align:middle">';
echo $values['status'];
echo '</td>';
echo '</tr>';
Expand Down

0 comments on commit 5cd0a5c

Please sign in to comment.