Author: ltheussl
Date: Sat Jan  1 20:27:34 2011
New Revision: 1054283

URL: http://svn.apache.org/viewvc?rev=1054283&view=rev
Log:
add banner and breadcrumbs

Modified:
    maven/doxia/site/src/site/site.xml

Modified: maven/doxia/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/site.xml?rev=1054283&r1=1054282&r2=1054283&view=diff
==============================================================================
--- maven/doxia/site/src/site/site.xml (original)
+++ maven/doxia/site/src/site/site.xml Sat Jan  1 20:27:34 2011
@@ -24,7 +24,23 @@ under the License.
  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
../../../doxia-sitetools/doxia-decoration-model/target/generated-site/xsd/decoration-1.0.0.xsd"
  name="Doxia">
   <version position="none" />
+
+  <bannerLeft>
+    <name>Maven</name>
+    <src>images/apache-maven-project-2.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <name>Doxia</name>
+    <src>images/maven-logo-2.gif</src>
+    <href>http://maven.apache.org/doxia/</href>
+  </bannerRight>
+
   <body>
+    <breadcrumbs>
+      <item name="Doxia" href="http://maven.apache.org/doxia/index.html"/>
+    </breadcrumbs>
+
     <menu name="About Doxia">
       <item name="What is Doxia?" href="index.html"/>
       <item name="Overview" href="overview.html"/>


Reply via email to