Noob needs help with the navigation box

edited June 2009 in Vanilla 1.0 Help
Hi Everyone, I hope someone can help me figure this out, and I will try my bes to be as detailed as possible. I want to change the unordered list which becomes the navigation to have the same look and feel, and the same functionality, but I do want to change the word discussions to a branded term. I am assuming that it is as simple as updating the unordered list, but I could be totally wrong (I probably am). Is there anyone out there that can point me in the right direction?

Comments

  • MarkMark Vanilla Staff
    The easiest way would be to edit your language file so that "Discussions" appears to be whatever you want.

    Add this to your conf/language.php file:

    $Context->Dictionary['Discussions'] = 'Your Branded Term';
Sign In or Register to comment.