| Kilandor |
|
|---|---|
|
Seditio had $cfg['enablecustomhf']
But with just that the most you can do is header.plugins.tplYou could hook it to modify the template that gets called, hook header.main and use if($e == 'mypluginname')
{
$location = 'plugins'.$e;
}May need to do same for footer, I think we can add this as a feature, its minor and could be usefull. |