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.
7 lines
375 B
Plaintext
7 lines
375 B
Plaintext
<TMPL_IF use_client_cache>Cache-Control: max-age=600, must-revalidate
|
|
</TMPL_IF>Content-type:text/plain; charset=UTF-8;
|
|
Access-Control-Allow-Origin: *
|
|
|
|
<TMPL_IF no_result>Andere Veranstalter</TMPL_IF><TMPL_LOOP NAME=events><a href="<TMPL_VAR cache_base_url>/<TMPL_VAR .controllers.event>/<TMPL_VAR event_id>.html#<TMPL_VAR event_uri>" ><TMPL_VAR full_title></a></TMPL_LOOP>
|
|
|