Richard Jones wrote:
Correct me if I'm wrong but I thought that now in 3.1 we were using
$url.resource() as opposed to $url.themeResource()...  because now the
resources are copied across when you customize a theme so instead of
using the original theme resource, you would use your own copy.

Just checked 'sotto' & 'brushmetal' theme (both shipped with roller)
and they use $url.resource() and not $url.themeResource().

Is this right?

yes, that is correct and it's *imperative* that you use $url.resource() this way to prevent pointers to shared resources.

-- Allen



- Richard



On 07/05/07, Dave <[EMAIL PROTECTED]> wrote:
On 5/5/07, sedat ciftci <[EMAIL PROTECTED]> wrote:
> In roller 3.1 oprional themes, $url.resource(String
> file)  macro is used to get the resources
> (images,styles etc) of a theme. But this will not
> work, and the appearance of theme is not seen
> correctly. I change the usage of $url.resource(String
> file) with $url.themeResource(String theme, String
> file) macro and the themes are working correctly now.
>   Sedat

Thanks for pointing that out. I filed a bug so that we don't forget to fix this:
http://opensource.atlassian.com/projects/roller/browse/ROL-1406

- Dave


>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>


Reply via email to