Skip to content

Commit 63aea49

Browse files
authored
Merge pull request #1197 from shreesh-webkul/gli-2263
Added: New hook in room type page after image thumbnail
2 parents 47eec52 + 566a45c commit 63aea49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: themes/hotel-reservation-theme/product.tpl

+2
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,15 @@
148148
</li>
149149
{/foreach}
150150
{/if}
151+
{hook h='displayRoomTypeThumbnailsBottom'}
151152
</ul>
152153
</div> <!-- end thumbs_list -->
153154
{if isset($images) && count($images) > 2}
154155
<a id="view_scroll_right" title="{l s='Other views'}" href="javascript:{ldelim}{rdelim}">
155156
{l s='Next'}
156157
</a>
157158
{/if}
159+
{hook h="displayRoomTypeThumbnailsAfter"}
158160
</div> <!-- end views-block -->
159161
<!-- end thumbnails -->
160162
{/if}

0 commit comments

Comments
 (0)