I'm tearing my hair out trying to figure out how to add a link to the top bar beside "Top Image" and "New Images"
I've isolated the template file: top.html
Here's the original code:
<a href="{url_top_images}"><b>{lang_top_images}</b></a> |
<a href="{url_new_images}"><b>{lang_new_images}</b></a>
And this is how I want it to work:
<a href="http://myurl.com/forums/"><b>Forums</b></a> |
<a href="{url_top_images}"><b>{lang_top_images}</b></a> |
<a href="{url_new_images}"><b>{lang_new_images}</b></a>
So it looks like this:
Forums | Top Images | New Images
However, when I change the top.html file in the template directory nothing happens. In fact, just to test, I deleted top.html and it still works.
What am I doing wrong???
