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

michi at wyona.com michi at wyona.com
Mon Jun 8 10:18:20 CEST 2009


Author: michi
Date: 2009-06-08 10:18:20 +0200 (Mon, 08 Jun 2009)
New Revision: 43158

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl
Log:
app dir fixed

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl	2009-06-08 08:15:46 UTC (rev 43157)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/global.xsl	2009-06-08 08:18:20 UTC (rev 43158)
@@ -23,8 +23,8 @@
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 
         <!-- See http://www.w3.org/TR/REC-CSS2/media.html -->
-        <link media="screen" type="text/css" href="{$yarep.back2realm}app/css/screen.css" rel="stylesheet"/>
-        <link media="print" type="text/css" href="{$yarep.back2realm}app/css/print.css" rel="stylesheet"/>
+        <link media="screen" type="text/css" href="{$yarep.back2realm}app1/css/screen.css" rel="stylesheet"/>
+        <link media="print" type="text/css" href="{$yarep.back2realm}app1/css/print.css" rel="stylesheet"/>
 
         <xsl:copy-of select="/xhtml:html/xhtml:head/*[name(.) != 'title']"/>
         <xsl:choose>
@@ -53,9 +53,9 @@
 
 
           <div id="header">
-           <a href="{$yarep.back2realm}index.html"><img src="{$yarep.back2realm}app/images/yanel-logo.png" alt="yanel logo" id="header-logo"/></a>
+           <a href="{$yarep.back2realm}index.html"><img src="{$yarep.back2realm}app1/images/yanel-logo.png" alt="yanel logo" id="header-logo"/></a>
 <!--
-           <img src="{$yarep.back2realm}app/images/logo.gif"/>
+           <img src="{$yarep.back2realm}app1/images/logo.gif"/>
 -->
 <!--
             <xi:include href="yanelresource:/navigation/breadcrumb-{$content-language}.xml?path={$yanel.path}"/>



More information about the Yanel-commits mailing list