Showing posts with label help. Show all posts
Showing posts with label help. Show all posts

Wednesday, February 26, 2014

Remove help link from admin


you can remove the below code from FTP

/admin/view/template/common/header.tplYou can remove




<li id="help"><a class="top"><?php echo $text_help; ?></a>

        <ul>

          <li><a href="http://www.opencart.com" target="_blank"><?php echo $text_opencart; ?></a></li>

          <li><a href="http://www.opencart.com/index.php?route=documentation/introduction" target="_blank"><?php echo $text_documentation; ?></a></li>

          <li><a href="http://forum.opencart.com" target="_blank"><?php echo $text_support; ?></a></li>

        </ul>

      </li>