You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/02/27 03:11:12 UTC

svn commit: r381220 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv

Author: crossley
Date: Sun Feb 26 18:11:08 2006
New Revision: 381220

URL: http://svn.apache.org/viewcvs?rev=381220&view=rev
Log:
Fix default links for branding breadcrumb trail: MyGroup, MyProject.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv?rev=381220&r1=381219&r2=381220&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv Sun Feb 26 18:11:08 2006
@@ -218,9 +218,8 @@
       <forrest:contract name="branding-breadcrumbs">
         <forrest:property name="branding-breadcrumbs">
           <trail>
-            <link1 name="Apache Forrest" href="http://forrest.apache.org/"/>
-            <link2 name="Plugins" 
-              href="http://forrest.apache.org/docs/plugins/"/>
+            <link1 name="MyGroup" href="http://www.apache.org/"/>
+            <link2 name="MyProject" href="http://forrest.apache.org/"/>
           </trail>
         </forrest:property>
       </forrest:contract>