mirror of
https://github.com/claradex/nativegallery.git
synced 2024-11-15 03:31:10 +03:00
Update Photo.php
This commit is contained in:
parent
9b793811c5
commit
8fc843ed32
1 changed files with 3 additions and 0 deletions
|
@ -371,7 +371,10 @@ if ($photo->i('id') !== null) {
|
|||
}
|
||||
?>
|
||||
<div class="p0" id="pp-item-comments">
|
||||
<?php
|
||||
if ($commcount > 0) { ?>
|
||||
<h4 class="pp-item-header">Комментарии<span id="commcount" style="font-weight:normal"> <span style="color:#aaa">·</span> <?= $commcount ?></span></h4>
|
||||
<?php } ?>
|
||||
<div id="posts">
|
||||
<?php
|
||||
$number = 1;
|
||||
|
|
Loading…
Reference in a new issue