File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 7
7
{ load_templates subtemplates/forms.tpl}
8
8
{ load_templates subtemplates/projects.tpl}
9
9
{ load_templates subtemplates/buzz.tpl}
10
- { load_templates subtemplates/updates.tpl}
10
+ { load_templates subtemplates/updates.tpl}
11
+ { load_templates subtemplates/events.tpl}
Original file line number Diff line number Diff line change 39
39
40
40
{ block content}
41
41
{ $Event = $data }
42
- { load_templates " subtemplates.tpl" }
43
42
44
43
<div class =" page-header" >
45
44
<ol class =" breadcrumb" >
Original file line number Diff line number Diff line change 22
22
{ block content}
23
23
{ $Segment = $data }
24
24
{ $Event = $Segment -> Event }
25
- { load_templates " subtemplates.tpl" }
26
25
27
26
<div class =" page-header" >
28
27
<ol class =" breadcrumb" >
44
43
<div class =" content-markdown event-segment-description well" >{ $Segment -> Description |escape |markdown} </div >
45
44
{ /if }
46
45
</div >
47
-
46
+
48
47
<dl class =" event-segment-details col-md-3" >
49
48
<dt >Starts</dt >
50
49
<dd >{ timestamp $Segment -> StartTime time= ' auto' } </dd >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments