1
I was trying to update the navbar and was under the assumtion that themes/xbootstrap/tpl/nav-menu.tpl was the correct file when using them xboostrap.
When I refresh my browser my changes are not coming up, restarting my webserver won't work either.
cleaning the data/caches/ folder won't work either
In an attempt to disable caching I have attempted
$tpl->caching = 0; in backend.php file with no success either.
Anyone know how I can work on the template and have my changes reflected straight after browser refresh ? If caching is the issue here how to disable it?