Add link to admin tabs

Discussion in 'Customization & add-ons' started by ronning, Jul 26, 2010.

  1. ronning

    ronning New Member

    Joined:
    Jan 30, 2010
    Messages:
    5
    Can anyone tell me how to add another tab at the top when editing a user? I'd like to add a helpful link. Thanks for any help.
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    You can add this in tabs.inc.php function init:
    PHP:
    $this->add(new TabMenu_Tab("Tab title"'/redirect/to.html'null));

Share This Page