On 10/19/07, Yossie <[EMAIL PROTECTED]> wrote:
> My roller is installed in /hoge/webapps/roller.
> I set themes.dir=/foo/bar in roller-custom.properites.
> But $url.themeResource("theme", "file") still points to
> "/hoge/webapps/roller/themes/theme/file" physically.
> I think it should be points to "/foo/bar/theme/file".
> Is it specification?

Yes, that is by design. $url.themeResource() always points to the
theme directory. You should use $url.resource() instead.

- Dave

Reply via email to