Overriding Theme Paths in Package

Permalink
Hi Folks,

is there any way I can set this from within a package instead of editing /application/config/app.php ?

return array(
   'theme_paths' => array(
      '/account'          => 'mytheme',
      '/account/*'        => 'mytheme',
      '/login'            => 'mytheme',
      '/register'         => 'mytheme',
      '/maintenance_mode' => 'mytheme',
   ), 
);

sk01
 
sk01 replied on at Permalink Reply
sk01
btw:

/members

uses my theme's view.php without adding to /application/config/app.php