Quote:
Originally Posted by chuckroast admin> modify langugage |
I really dropped the ball on that one, thanks Chuck Roast! I was SURE it MUST be in the template files, obviously forgetting about localization.
I had another question (not sure if I should start a new thread or not) but I'm trying to change the tabs at the top of the page to read: Open, Resolved, Closed, Submit New Story. Submit New Story is default so no worries there, but I'm trying to tie the other three tabs to custom categories that I've created. I can change the name of the tabs and add more tabs, but I can't seem to access the URL information for the categories. In other words, is there a way to do this using Smarty without resorting to hardcoding it like
Code:
<a href="www.mysite.com/index.php?category=Open">Open</a>
I was hoping to just use a {$variable} in the link, but that doesn't seem to work.
Thanks!