On Wed, Apr 16, 2008 at 3:28 AM, <[EMAIL PROTECTED]> wrote: > I would like to use the values of "Icon" and "About your blog" in a theme > with are defined in the general setings of a blog. > > Unfortunately i could not find wow! > Please help, thx.
Oops, we did not cover those in the template guide. We'll have to fix that (https://issues.apache.org/roller/browse/ROL-1711). Those are properties of the Weblog object, you can access them via the Page Model like so: $model.weblog.about $model.weblog.iconPath Or via a Weblog object like this: $weblog.about $weblog.iconPath - Dave
