Seitentitel kann weggelassen werden
[website] / src / main / webapp / WEB-INF / views / projects / fix-swf.jsp
index 101311c..66084a7 100644 (file)
@@ -3,7 +3,7 @@
 <%@page session="false" %>
 <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
 <t:insertDefinition name="BASEPAGE">
-  <t:putAttribute name="title" value="Fix SWF" type="string"/>
+  <t:putAttribute name="title" value="Fix SWF" type="string" cascade="true"/>
   <t:putAttribute name="breadcrumb">
     <li class="b"><a class="b" href="${base}index.html">Home</a></li>
     <li class="b"><a class="b" href="${base}projects.html">Projects</a></li>
@@ -38,5 +38,5 @@
       <li class="s off"><a href="${base}projects/typo.html" class="s">Typography</a></li>
     </ul>
   </t:putAttribute>
-  <t:putAttribute name="maincontent" value="Nearly empty" type="string"/>
+  <t:putAttribute name="maincontent" value="Nearly empty" type="string" cascade="true"/>
 </t:insertDefinition>