plugin themes overrided?
Status: Beta
Brought to you by:
moxley
Zencart provides for component theme overrides by creating a theme named subfolder under the component theme folder (very cumbersome) and Drupal allows it by theme template naming in your theme folder.
I've stripped out hardcoded styles and replaced with classe in MM plugin theme files, but I'm assuming an upgrade will overwrite them. MM should have a good way to allow custom styled plugin theme files.
Logged In: YES
user_id=187608
Originator: NO
There's a way to override the layout template. That will probably solve the problem. Take a look at plugins/mminstall/Controller.php:
function getLayoutTemplate() {
return MM_INSTALL . '/plugins/mminstall/templates/layout.php';
}