svn commit: r765203 - /lenya/contributions/2_0_X/pubs/defaultfiredocs/modules/defaultstyle/xslt/page.xsl
[email protected] Wed, 15 Apr 2009 13:50:33 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Wed Apr 15 13:50:33 2009
New Revision: 765203
URL: http://svn.apache.org/viewvc?rev=765203&view=rev
Log:
Fixed project logo image URL.
Modified:
lenya/contributions/2_0_X/pubs/defaultfiredocs/modules/defaultstyle/xslt/page.xsl
Modified: lenya/contributions/2_0_X/pubs/defaultfiredocs/modules/defaultstyle/xslt/page.xsl
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/pubs/defaultfiredocs/modules/defaultstyle/xslt/page.xsl?rev=765203&r1=765202&r2=765203&view=diff
==============================================================================
--- lenya/contributions/2_0_X/pubs/defaultfiredocs/modules/defaultstyle/xslt/page.xsl (original)
+++ lenya/contributions/2_0_X/pubs/defaultfiredocs/modules/defaultstyle/xslt/page.xsl Wed Apr 15 13:50:33 2009
@@ -77,7 +77,7 @@
<i18n:param><xsl:value-of select="$author"/></i18n:param>
</i18n:translate>
</td>
- <td id="project-logo"><img src="/{$pub}/{$area}/images/project-logo.png" alt="project logo"/></td>
+ <td id="project-logo"><img src="/{$pub}/{$area}/defaultstyle/images/project-logo.png" alt="project logo"/></td>
</tr>
</table>
<i:include src="cocoon:/tabs"/>