You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2004/06/23 20:00:02 UTC

[WIKI-UPDATE] LenyaApplicationLookandFeelHowto Wed Jun 23 20:00:02 2004

Page: http://wiki.cocoondev.org/Wiki.jsp?page=LenyaApplicationLookandFeelHowto , version: 11 on Tue Jun 23 17:27:02 2004 by AndreasHartmann

- All it takes is to copy
+ All it takes is to create the files
+ 
+ {{{
+ $LENYA_DIR/lenya/pubs/__your_pub_name__/lenya/xslt/navigation/breadcrumbs.xsl
+ $LENYA_DIR/lenya/pubs/__your_pub_name__/lenya/xslt/navigation/tabs.xsl
+ $LENYA_DIR/lenya/pubs/__your_pub_name__/lenya/xslt/navigation/menu.xsl
+ }}}
+ 
+ which will be used in favor of the core files
+ Usually, you will not want to use a completely different version of the stylesheet. So it is recommended to include the core file using {{<xsl:import/>}}.
- to 
- 
- {{{
- $LENYA_DIR/lenya/pubs/__your_pub_name__/lenya/xslt/navigation/breadcrumbs.xsl
- $LENYA_DIR/lenya/pubs/__your_pub_name__/lenya/xslt/navigation/tabs.xsl
- $LENYA_DIR/lenya/pubs/__your_pub_name__/lenya/xslt/navigation/menu.xsl
- }}}
- 
- and make the appropriate changes.