Correct way to install theme from package?
Permalink
I'm seeing two different ways to install a theme.
1.) Using PageTheme::add
2.) Using Theme::add
So which is the correct way?
1.) Using PageTheme::add
2.) Using Theme::add
So which is the correct way?
edit: PageTheme just looks like a class that extends Theme, so programatically it doesn't really make any difference. But I'd still use Theme:add