Skip to content

Commit

Permalink
REFACTOR move includes into namespace path (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Sep 26, 2023
1 parent 8ef6466 commit b915707
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
<% loop $Slides.Sort('SortOrder') %>
<div class="carousel-item<% if $IsFirst %> active<% end_if %>" <% if $Top.Autoplay != "Off" %>data-bs-interval="$Top.IntervalInMilliseconds" <% end_if %>>
<% if $ClassName.ShortName == ImageSlide %>
<% include ImageSlide %>
<% else_if $ClassName.ShortName == VideoSlide %>
<% include VideoSlide UpID=$Up.ID %>
<% include Dynamic\Carousel\ImageSlide %>
<% end_if %>
</div>
<% end_loop %>
Expand Down
File renamed without changes.

0 comments on commit b915707

Please sign in to comment.