Can I add a link to the menu bar that says: Home News Ticket History Submit a Ticket My Account to direct customers back to my main webpage? If so, how do I set this up?
ACCORD5 Company Forums » Trellis Desk » Peer-to-Peer Support
Adding custom link to menu bar?
-
Posted 2 years ago #
-
Hi andrew
Locate the file "wrapper.php" in the skin directory you are using ( i.e. skins/s1 ).
Locate the row that contains "<li id='menu_left'>" ( could be row 17 )
Locate the end of the row ( the end of the row ends with "...{$lang['my_account']}" )
Add the following : "- {$lang['exit_trellis']}
"
Then locate the file "lang_global.php" in your language directory ( if using english is language/es )
locate the last traslation line and add a new one like this : 'exit_trellis' => 'Your Text To Show', ( dont forget the comma )
Note if you change skin or change language must apply these changes in them again.Posted 1 year ago #
Reply to this topic
You must log in to post.
© 2011 ACCORD5
