New tab at the menu button

Started by -=[Vyorel]=-, July 19, 2012, 07:31:00 PM

Previous topic - Next topic

-=[Vyorel]=-

How to add
target="_blank" at single button of the main menu?

I have created buttons from Subs.php (manually)
My mods for SMF - [6].

Arantor


-=[Vyorel]=-

'clienti' => array(
    'title' => $txt['clientarea'],
    'href' => 'http://clienti.xerom-zone.ro',
    'show' => true,
    'sub_buttons' => array(
    ),
),
My mods for SMF - [6].

Arantor

You should be able to do it with:

'clienti' => array(
    'title' => $txt['clientarea'],
    'href' => 'http://clienti.xerom-zone.ro',
    'show' => true,
    'target' => '_blank',
    'sub_buttons' => array(
    ),
),

-=[Vyorel]=-

My mods for SMF - [6].

Advertisement: