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:
@@ -87,6 +87,7 @@ domain ${DOMAIN}
|
||||
# multi language support
|
||||
admin_pot_dir ${BASE_DIR}/agenda/planung/pot/
|
||||
email info@${DOMAIN}
|
||||
theme default
|
||||
</locations>
|
||||
|
||||
<permissions>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
Access-Control-Allow-Origin: *
|
||||
|
||||
<!DOCTYPE html>
|
||||
<TMPL_IF extern_access><TMPL_INCLUDE ../index.html>gesucht und gefunden...<TMPL_ELSE>
|
||||
<html>
|
||||
<body>
|
||||
<TMPL_IF no_result>
|
||||
@@ -90,5 +89,3 @@ Access-Control-Allow-Origin: *
|
||||
</TMPL_LOOP>
|
||||
</body>
|
||||
</html>
|
||||
</TMPL_IF>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
Access-Control-Allow-Origin: *
|
||||
|
||||
<!DOCTYPE html>
|
||||
<TMPL_IF extern_access><TMPL_INCLUDE ../index.html>gesucht und gefunden...<TMPL_ELSE>
|
||||
<html>
|
||||
<body>
|
||||
<TMPL_IF no_result>
|
||||
@@ -77,7 +76,6 @@ Access-Control-Allow-Origin: *
|
||||
<TMPL_UNLESS __last__><hr /></TMPL_UNLESS>
|
||||
</TMPL_IF>
|
||||
</TMPL_LOOP>
|
||||
</TMPL_IF>
|
||||
|
||||
<!--end of content -->
|
||||
|
||||
Reference in New Issue
Block a user