[Yanel-commits] rev 48617 - public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt

michi at wyona.com michi at wyona.com
Sat Apr 10 09:55:44 CEST 2010


Author: michi
Date: 2010-04-10 09:55:44 +0200 (Sat, 10 Apr 2010)
New Revision: 48617

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl
Log:
footer imported

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl	2010-04-10 07:54:04 UTC (rev 48616)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app3/xslt/global.xsl	2010-04-10 07:55:44 UTC (rev 48617)
@@ -9,6 +9,7 @@
   exclude-result-prefixes="xhtml dc">
 
   <xsl:import href="header.xsl"/>
+  <xsl:import href="footer.xsl"/>
 
   <xsl:param name="yanel.path.name" select="'NAME_IS_NULL'"/>
   <xsl:param name="yanel.path" select="'PATH_IS_NULL'"/>
@@ -88,11 +89,9 @@
 
 
 <xsl:call-template name="header"/>
+<xsl:call-template name="footer"/>
 
-<div id="footer">
-			<ul class="footer-nav">
				<li><a href="#">Site Map</a></li>
				<li><a href="#">Impressum/Legal</a></li>
				<li><a href="#">Privacy Policy</a></li>
-				<li class="contact">Contact: <address>Wyona AG, Hardstrasse 219, CH-8005 Zurich, +41 44 272 91 61</address></li>
			</ul>
-		</div>
	</div>
+</div>
 </body>
 </html>
 </xsl:template>



More information about the Yanel-commits mailing list