template: custom themes for agenda
For agenda a custom theme can be configured in locations/theme. Templates are read from the subdirectory "templates/<theme>/". The default theme is "default". All Templates are moved to templates/default.
This commit is contained in:
9
website/agenda/templates/default/no_search_result.html
Normal file
9
website/agenda/templates/default/no_search_result.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<TMPL_IF no_search_result>
|
||||
<div class="content">
|
||||
Keine Sendung gefunden.
|
||||
</div>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF event_count><TMPL_VAR event_count> Treffer</TMPL_IF>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user