1 <?xml version="1.0"?> 2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 3 version="1.0"> 4 5 <xsl:import href="/home/partain/t/website-2.5.0/xsl/tabular.xsl"/> 6 7 <!-- Replace the text in these templates with whatever you want --> 8 <!-- to appear in the respective location on the home page. --> 9 10 <xsl:template name="home.navhead"> 11 <xsl:text>home.navhead</xsl:text> 12 </xsl:template> 13 14 <xsl:template name="home.navhead.upperright"> 15 <xsl:text>home.navhead.upperright</xsl:text> 16 </xsl:template> 17 18 <!-- put your customizations here --> 19 20 </xsl:stylesheet>