small fixes

This commit is contained in:
themohooks 2024-07-12 00:24:58 +03:00
parent 9233b459c5
commit 6b18f8297c

View file

@ -125,7 +125,10 @@ if ($photo->i('id') !== null) {
<div style="line-height:15px; margin-bottom:10px"> <div style="line-height:15px; margin-bottom:10px">
<table class="pwrite"> <table class="pwrite">
<tr> <tr>
<?php
if ($photo->i('place') != null) { ?>
<td class="nw" valign="top" align="right"><b><?= $photo->i('place') ?></b></td> <td class="nw" valign="top" align="right"><b><?= $photo->i('place') ?></b></td>
<?php } ?>
<td class="nw" align="left" valign="top"></td> <td class="nw" align="left" valign="top"></td>
</tr> </tr>
@ -133,7 +136,10 @@ if ($photo->i('id') !== null) {
</div> </div>
</div> </div>
<div> <div>
<?php
if ($photo->content('comment') != null) { ?>
<div style="padding-top:8px"><?= $photo->content('comment') ?></div> <div style="padding-top:8px"><?= $photo->content('comment') ?></div>
<?php } ?>
</div><br> </div><br>
<?php <?php
if ($photo->i('posted_at') === 943909200) { if ($photo->i('posted_at') === 943909200) {