I want to edit Menu in Joomla.
Me need to replace
<li class="item-101 default"><a href="/2/index.php">Светлое</a></li>
on
<li class="item-101 default"><a href="/2/index.php"><span class="MyClass">Светлое</span></a></li>
I think this is done in this file
nameTemplate\modules\mod_menu\tmpl\default.php
or
nameTemplate\modules\mod_menu\tmpl\default_url.php
But I can not solve the problem. Can anyone help?
Thanks