1
I'm using zaleha-black theme which I really like except when I make a change to a link it does not refresh on the actual page.
So on the header there are links to different Modules and the one I'm trying to change is "Contact" which goes to module/contact.
So I found in the theme.html page the reference and modified it from:
<li><a href="<{xoAppUrl modules/
contact/}>">Contact</a></li>
to
<li><a href="<{xoAppUrl modules/
liaise/}>">Contact</a></li>
But it will not refresh on the mainpage. How do I get it to refresh?
Temp site location:
http://ewairsoft.com/xoops/htdocsThanks