Testseite für das Basis-Layout implementiert
[website] / src / main / webapp / WEB-INF / spring / tiles.xml
index 697c3e4..64c0d95 100644 (file)
@@ -6,6 +6,7 @@
 
   <definition name="BASEPAGE" template="/WEB-INF/templates/html5page.jsp">
     <put-attribute name="title" value="TITLE IS MISSING" type="string"/>
+    <put-attribute name="htmlhead" value="/WEB-INF/templates/html-head.jsp" type="template"/>
     <put-attribute name="breadcrumb" value="BREADCRUMB IS MISSING" type="string"/>
     <put-attribute name="maincontent" value="/WEB-INF/templates/maincontent.jsp" type="template"/>
     <put-attribute name="contentclass" value="cols_2" type="string"/>
@@ -18,4 +19,4 @@
   </definition>
 
 
-</tiles-definitions>
\ No newline at end of file
+</tiles-definitions>