Author: grobmeier Date: Wed Sep 4 10:48:09 2013 New Revision: 1519979 URL: http://svn.apache.org/r1519979 Log: made use of Fluido Skin, corrected footer according to ASF branding requirements, removed reference to module subpages
Modified: struts/struts2/trunk/src/site/site.xml Modified: struts/struts2/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/site.xml?rev=1519979&r1=1519978&r2=1519979&view=diff ============================================================================== --- struts/struts2/trunk/src/site/site.xml (original) +++ struts/struts2/trunk/src/site/site.xml Wed Sep 4 10:48:09 2013 @@ -22,6 +22,11 @@ */ --> <project name="Struts 2"> + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.3.0</version> + </skin> <bannerLeft> <name>Apache Software Foundation</name> <src>http://www.apache.org/images/asf-logo.gif</src> @@ -156,9 +161,14 @@ href="http://svn.apache.org/viewcvs.cgi/struts/"/> </menu> - <menu ref="modules"/> - <menu ref="reports"/> + <footer> + <div class="row span12"> + Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts + project logos are trademarks of The Apache Software Foundation. + </div> + </footer> + </body> </project>