Alternate themes

by Alexander Limi — last modified Feb 20, 2010 06:07 PM
You can specify alternative rules and theme template files for different parts of the site.

The following will style up a news folder at the root of your site

^/news(/.*)?$ | [path to theme file] | [path to rules file]

The following will style up any news folder at any point in your site

^.*/news(/.*)?$ | [path to theme file] | [path to rules file]