aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/WEB-INF/decorators.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/webapp/WEB-INF/decorators.xml')
-rw-r--r--pdf-as-web/src/main/webapp/WEB-INF/decorators.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/pdf-as-web/src/main/webapp/WEB-INF/decorators.xml b/pdf-as-web/src/main/webapp/WEB-INF/decorators.xml
index 6585f97..e1fff32 100644
--- a/pdf-as-web/src/main/webapp/WEB-INF/decorators.xml
+++ b/pdf-as-web/src/main/webapp/WEB-INF/decorators.xml
@@ -5,6 +5,11 @@
<pattern>*.pdf</pattern>
<pattern>/*.pdf</pattern>
</excludes>
- <decorator name="production_de" page="/sitemesh/standalone.jsp?lang=de"/>
- <decorator name="production_en" page="/sitemesh/standalone.jsp?lang=en"/>
+
+ <!-- Default layout if no other layout has been chosen. -->
+ <!-- In order to apply other layouts, modify the context element information
+ (${catalina.home}/conf/Catalina/localhost/pdf-as.xml) -->
+ <decorator name="production_de" page="/sitemesh/standalone.jsp?locale=de" />
+ <decorator name="production_en" page="/sitemesh/standalone.jsp?locale=en" />
+
</decorators> \ No newline at end of file