Modified:Disabling flagged photos if photos section is disabled
This commit is contained in:
parent
bda6df39e6
commit
f9b9f72c11
1 changed files with 4 additions and 1 deletions
|
@ -119,10 +119,11 @@
|
|||
<li class="active">
|
||||
<a data-toggle="tab" href="#fvideos">{lang code="videos"}</a>
|
||||
</li>
|
||||
|
||||
{if $Cbucket->configs['photosSection']==yes}
|
||||
<li class="photos">
|
||||
<a data-toggle="tab" href="#fphotos">{lang code="photos"}</a>
|
||||
</li>
|
||||
{/if}
|
||||
</ul>
|
||||
<br>
|
||||
<div class="tab-content">
|
||||
|
@ -145,6 +146,7 @@
|
|||
<hr class="newhr">
|
||||
{/section}
|
||||
</div>
|
||||
{if $Cbucket->configs['photosSection']==yes}
|
||||
<div id="fphotos" class="tab-pane">
|
||||
{section name=list loop=$flagedPhotos}
|
||||
<div class="row">
|
||||
|
@ -165,6 +167,7 @@
|
|||
</div>
|
||||
{/section}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
<!-- /widget-main -->
|
||||
|
|
Loading…
Add table
Reference in a new issue