Skip to content

Commit 9b16d90

Browse files
refactor: move event subtemplates to common directory
1 parent 1fc44ec commit 9b16d90

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

html-templates/designs/site.subtemplates.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
{load_templates subtemplates/forms.tpl}
88
{load_templates subtemplates/projects.tpl}
99
{load_templates subtemplates/buzz.tpl}
10-
{load_templates subtemplates/updates.tpl}
10+
{load_templates subtemplates/updates.tpl}
11+
{load_templates subtemplates/events.tpl}

html-templates/events/event.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939

4040
{block content}
4141
{$Event = $data}
42-
{load_templates "subtemplates.tpl"}
4342

4443
<div class="page-header">
4544
<ol class="breadcrumb">

html-templates/events/eventSegment.tpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
{block content}
2323
{$Segment = $data}
2424
{$Event = $Segment->Event}
25-
{load_templates "subtemplates.tpl"}
2625

2726
<div class="page-header">
2827
<ol class="breadcrumb">
@@ -44,7 +43,7 @@
4443
<div class="content-markdown event-segment-description well">{$Segment->Description|escape|markdown}</div>
4544
{/if}
4645
</div>
47-
46+
4847
<dl class="event-segment-details col-md-3">
4948
<dt>Starts</dt>
5049
<dd>{timestamp $Segment->StartTime time='auto'}</dd>

0 commit comments

Comments
 (0)