Romain F. Posted October 25, 2019 Share Posted October 25, 2019 Hello, Do you have a solution to use the local language file for the navbar submenus? $primaryNavbar->getChild('Information') ->addChild('Incident urgent') ->setUri('mailto:exemple@domain.com') ->setOrder(3); Have a nice day! Thanks, 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 26, 2019 Share Posted October 26, 2019 take a look at the documentation below - specifically with regards to Lang::trans https://docs.whmcs.com/Client_Area_Navigation_Menus_Cheatsheet#Adding_an_Additional_Child_Menu_Item 0 Quote Link to comment Share on other sites More sharing options...
Romain F. Posted October 26, 2019 Author Share Posted October 26, 2019 6 hours ago, brian! said: take a look at the documentation below - specifically with regards to Lang::trans https://docs.whmcs.com/Client_Area_Navigation_Menus_Cheatsheet#Adding_an_Additional_Child_Menu_Item Thanks @brian!. How can I also add a target please? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 29, 2019 Share Posted October 29, 2019 On 26/10/2019 at 18:52, Romain F. said: How can I also add a target please? ->setAttribute('target','_blank') 0 Quote Link to comment Share on other sites More sharing options...
Romain F. Posted November 24, 2019 Author Share Posted November 24, 2019 On 10/29/2019 at 1:25 PM, brian! said: ->setAttribute('target','_blank') Thank you so much! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.