This commit is contained in:
parent
2d4e6cbbfe
commit
62d1d160b4
1 changed files with 9 additions and 1 deletions
|
@ -194,7 +194,11 @@
|
|||
<!-- ******************************************* //-->
|
||||
<!-- *********** PHOTOS START ************ //-->
|
||||
<!-- ******************************************* //-->
|
||||
|
||||
<div class="row nopadding">
|
||||
|
||||
{if $row.photosSection=='yes'}
|
||||
|
||||
<div class="col-md-12 nopadding ">
|
||||
<h2 class="myHeading theme_color">{lang code="Featured Photos"}</h2>
|
||||
|
||||
|
@ -243,8 +247,12 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- *********** SECOND PHOTOS END ************ //-->
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ******************************************* //-->
|
||||
<!-- *********** PHOTOS END ************ //-->
|
||||
<!-- ******************************************* //-->
|
||||
|
|
Loading…
Add table
Reference in a new issue