Package, install a Theme
PermalinkI am looking to install a Theme from inside a Package. I can install Blocks using
BlockType::installBlockTypeFromPackage('blockname', 'packagename');
inside the packages controller.php
but how to i refer to a theme?
and does the physical location of the theme stay in the /packages/ or move to the /themes/ folder?
Cheers
for any help.