get_theme_by_name
Description:
Locates a theme by the name of the theme.
If theme_name
is null, then the internal theme is used. You probably dont need to use that as it
is used by various controllers to hook up their default actions.
Parameters:
this | |
theme_name |
the name of a theme or null of the internal theme |
Returns:
A ShortcutTheme or null. |