Kilandor |
|
---|---|
Seditio had $cfg['enablecustomhf']
![]() You 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. |