You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
406 B
PHP

<div class="content">
<table>
<tr>
<td>Alcohol Volume:</td>
<td>IBU:</td>
<td>From brewery:</td>
</tr>
<tr>
<td><?= $alc ?></td>
<td><?= $ibu ?></td>
<td><a href="brewery.php?id=<?= $brewery_id ?>"><?= $brewery ?></a></td>
</tr>
</table>
</div>