Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Aug 21, 2019
1 parent a62f3a7 commit aad5cc6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions html-templates/events/event.tpl
Expand Up @@ -95,21 +95,6 @@
</dd>
</div>
{/if}

{*if $Event->Segments}
<dt>Schedule</dt>
<dd>
<ol class="list-unstyled">
{foreach item=Segment from=$Event->Segments}
{$thisDate = date("l, M j", $Segment->StartTime)}
{if $lastDate != $thisDate}
<li><a href="#{$Segment->StartTime}">{$thisDate}</a></li>
{$lastDate = $thisDate}
{/if}
{/foreach}
</ol>
</dd>
{/if*}
</dl>
</div>

Expand Down

0 comments on commit aad5cc6

Please sign in to comment.