diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/dir_sort_links.tpl | 1 | ||||
-rwxr-xr-x | view/tpl/events-js.tpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/dir_sort_links.tpl b/view/tpl/dir_sort_links.tpl index f6d8c3454..2fcf0c13a 100644 --- a/view/tpl/dir_sort_links.tpl +++ b/view/tpl/dir_sort_links.tpl @@ -4,5 +4,6 @@ <li><a href="directory?f=&order=normal">{{$normal}}</a></li> <li><a href="directory?f=&order=reverse">{{$reverse}}</a></li> <li><a href="directory?f=&order=date">{{$date}}</a></li> + <li><a href="directory?f=&pubforums=1">{{$pubforums}}</a></li> </ul> </div> diff --git a/view/tpl/events-js.tpl b/view/tpl/events-js.tpl index 69a248512..ad41e983a 100755 --- a/view/tpl/events-js.tpl +++ b/view/tpl/events-js.tpl @@ -2,6 +2,7 @@ <div class="generic-content-wrapper-styled"> <h2>{{$title}}</h2> +<div id="export-event-link"><a href="{{$export.0}}" >{{$export.1}}</a></div> <div id="new-event-link"><a href="{{$new_event.0}}" >{{$new_event.1}}</a></div> <div id="events-calendar"></div> |