(String themeCode)
| 188 | } |
| 189 | |
| 190 | public void setCurrentTheme(String themeCode) { |
| 191 | InterfaceTheme theme = InterfaceTheme.findByCode(themeCode); |
| 192 | if (theme != null) { |
| 193 | setCurrentTheme(theme); |
| 194 | } |
| 195 | } |
| 196 | |
| 197 | public void setCurrentTheme(InterfaceTheme theme) { |
| 198 | currentTheme = theme; |
no test coverage detected