Skip to content

Commit aad5cc6

Browse files
chore: remove commented code
1 parent a62f3a7 commit aad5cc6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

html-templates/events/event.tpl

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,6 @@
9595
</dd>
9696
</div>
9797
{/if}
98-
99-
{*if $Event->Segments}
100-
<dt>Schedule</dt>
101-
<dd>
102-
<ol class="list-unstyled">
103-
{foreach item=Segment from=$Event->Segments}
104-
{$thisDate = date("l, M j", $Segment->StartTime)}
105-
{if $lastDate != $thisDate}
106-
<li><a href="#{$Segment->StartTime}">{$thisDate}</a></li>
107-
{$lastDate = $thisDate}
108-
{/if}
109-
{/foreach}
110-
</ol>
111-
</dd>
112-
{/if*}
11398
</dl>
11499
</div>
115100

0 commit comments

Comments
 (0)