mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 03:31:10 +03:00
small fixes
This commit is contained in:
parent
9233b459c5
commit
6b18f8297c
1 changed files with 6 additions and 0 deletions
|
@ -125,7 +125,10 @@ if ($photo->i('id') !== null) {
|
|||
<div style="line-height:15px; margin-bottom:10px">
|
||||
<table class="pwrite">
|
||||
<tr>
|
||||
<?php
|
||||
if ($photo->i('place') != null) { ?>
|
||||
<td class="nw" valign="top" align="right"><b><?= $photo->i('place') ?></b></td>
|
||||
<?php } ?>
|
||||
<td class="nw" align="left" valign="top"></td>
|
||||
</tr>
|
||||
|
||||
|
@ -133,7 +136,10 @@ if ($photo->i('id') !== null) {
|
|||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<?php
|
||||
if ($photo->content('comment') != null) { ?>
|
||||
<div style="padding-top:8px"><?= $photo->content('comment') ?></div>
|
||||
<?php } ?>
|
||||
</div><br>
|
||||
<?php
|
||||
if ($photo->i('posted_at') === 943909200) {
|
||||
|
|
Loading…
Reference in a new issue