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