| Author |
Post |
|
|
#1 Sun Oct 30, 2005 12:07 pm
|
|
Member
Registered: Oct 2005
Posts: 2
|
Hi i would whish to add another button to the | Home | Your Panel | FAQ | Search | Active Topis | Lout out | bar I can't seem to find where i am suppost to do that. If someone would please help me out, i would much appriciate it.
Best regards
Joakim Forslund
|
|
|
#2 Sun Oct 30, 2005 2:44 pm
|
|
Moderator
Registered: Oct 2005
Posts: 449
Location: canada
|
That would be this block of code in the global.tpl.php file in your template folder. <div id="topmenu"><ul> <li><a href="http://boredawards.info/">{l_Home}</a></li><li><a href="{link_home}">Forum Index</a></li><li><a href="{link_reg_panel}">{reg_panel}</a></li><li><a href="{link_faq}">{l_FAQ}</a></li><li><a href="{link_search}">{l_Search}</a></li><li><a href="{link_active}">{l_ActiveTopics}</a></li><li><a href="{link_log_inout}">{log_inout}</a></li> </ul></div>
Just add <li><a href="linkurl.htm">Link Name</a></li> in it. « Last edit by Gaia on Sun Oct 30, 2005 2:47 pm. »
|
|
|
#3 Sun Oct 30, 2005 3:19 pm
|
|
Member
Registered: Oct 2005
Posts: 2
|
Thanks a bunch Gaia.
|
|
|
#4 Sun Oct 30, 2005 4:09 pm
|
|
Moderator
Registered: Oct 2005
Posts: 449
Location: canada
|
|