const TEMPLATE_CUSTOM= 'custom';
OW::getDocument()->getMasterPage()->setTemplate(OW::getThemeManager()->getMasterPageTemplate(OW_MasterPage::TEMPLATE_CUSTOM));
$landingpage = OW::getPluginManager()->getPlugin('pluginname')->getRootDir() . 'static/index.html';OW::getDocument()->getMasterPage()->setTemplate($landingpage);
could you explain step by step how to do this? i never created a plugin before and not good at php.
or could i copy your plugin :) and files?
I´ve used a completly new bootstrap template for the main page:
$landingpage = OW::getPluginManager()->getPlugin('pluginname')->getRootDir() . 'static/index.html';OW::getDocument()->getMasterPage()->setTemplate($landingpage);