Files
brewblogger/sections/recipe_comments.inc.php

13 lines
311 B
PHP

<?php if ($page != "recipePrint") { ?>
<?php if ($row_log['brewComments'] != "" ) { ?>
<div class="headerContent">Comments</div>
<div class="data-container">
<table class="dataTable">
<tr>
<td valign="top"><?php echo $row_log['brewComments']; ?></td>
</tr>
</table>
</div>
<?php } ?>
<?php } ?>