Changed universal theming prop key (so not mistaken as a theme name by routerconsole)

This commit is contained in:
str4d
2012-08-07 04:29:50 +00:00
parent 0ca2d33ee1
commit 31ea4a7093
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ public class CSSHelper extends HelperBase {
public CSSHelper() {}
public static final String PROP_UNIVERSAL_THEMING = "routerconsole.theme.universal";
public static final String PROP_UNIVERSAL_THEMING = "routerconsole.universal.theme";
public static final String PROP_THEME_NAME = "routerconsole.theme";
public static final String DEFAULT_THEME = "light";
public static final String BASE_THEME_PATH = "/themes/console/";