We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62f3a7 commit aad5cc6Copy full SHA for aad5cc6
html-templates/events/event.tpl
@@ -95,21 +95,6 @@
95
</dd>
96
</div>
97
{/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*}
113
</dl>
114
115
0 commit comments