mirror of
https://github.com/claradex/nativegallery.git
synced 2025-02-13 17:53:15 +03:00
fix place on photo
This commit is contained in:
parent
69706f7df6
commit
3078238206
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ class SearchController
|
|||
{
|
||||
public static function i()
|
||||
{
|
||||
Page::set('Search');
|
||||
Page::set('Search/Index');
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -172,8 +172,8 @@ if ($photo->i('id') !== null) {
|
|||
<table class="pwrite">
|
||||
<tr>
|
||||
<?php
|
||||
if ($photo->i('postbody') != null) { ?>
|
||||
<td class="nw" valign="top" align="right"><b><?= htmlspecialchars($photo->i('postbody')) ?></b></td>
|
||||
if ($photo->i('place') != null) { ?>
|
||||
<td class="nw" valign="top" align="right"><b><?= htmlspecialchars($photo->i('place')) ?></b></td>
|
||||
<?php } ?>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in a new issue