Jump to content

[Solved] How to remove "Help" from breadcrumb bar in back office


Recommended Posts

I am wondering why would you like to remove "HELP"?

but anyway, you do it as following in the YourSiteRoot/classes/HelpAccess.php

find this two lines

    public static function displayHelp($label, $iso_lang, $country, $ps_version)
   {




add following line right after above two lines

 
      return '';

  • Like 1
Link to comment
Share on other sites

  • 2 years later...
×
×
  • Create New...