> -----Original Message-----
> From: Gav.... [mailto:[EMAIL PROTECTED]
> Sent: Sunday, 4 March 2007 3:59 PM
> To: [email protected]
> Subject: RE: [jira] Commented: (FOR-811) shine and polish the pelt theme
> so that it closely resembles the pelt skin
>
<snip>
>
> 2. Font resize facility is missing from Pelt Theme, there is an inline
> comment about it not working with Pelt Theme, so need to look at it.
>
Cocoon is complaining about not being able to find the variable 'root'
In the branding-fontsize.ft we have :-
<script type="text/javascript"
src="{$root}themes/fontsize.js"> </script>
But '$root' is not declared anywhere in the file, where is it supposed to be
Getting it from?
(I notice other files declare it earlier on like
<xsl:variable name="root"
select="$defaultVariables/*/[EMAIL PROTECTED]'root']/@value"/>
Which I tried without success)
Gav...