Skip to content

Commit

Permalink
fix slider include
Browse files Browse the repository at this point in the history
  • Loading branch information
korthjp17 authored and jsirish committed May 26, 2021
1 parent ba3e22f commit 7c34f51
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion templates/Includes/FlexSlider.ss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
<ul class="slides">
<% loop $SlideShow %>
<li>
$Me
<% if $SlideType == Video %>
<% include Dynamic\\FlexSlider\\Model\\SlideImage_Video %>
<% else_if $SlideType == Text %>
<% include Dynamic\\FlexSlider\\Model\\SlideImage_Text %>
<% else %>
<% include Dynamic\\FlexSlider\\Model\\SlideImage_Image %>
<% end_if %>
</li>
<% end_loop %>
</ul>
Expand Down

0 comments on commit 7c34f51

Please sign in to comment.