Foren / Cotonti / Skins / New header on a plugin?

Kilandor
#16796 5. September 2009, 08:29
Seditio had $cfg['enablecustomhf'] :) But with just that the most you can do is header.plugins.tpl

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.