Is it possible to override t3v3 mega menu html output from template?
There is a function like:
public function onT3Megamenu(&$menutype, &$config, &$levels)
{
}
in templateHook.php file. But It cann't modify html.
Basically I need to add some attributes on <a> tag like: data-title, data-wrapper-class. Is it possible?
thank you