Skip to main content
Topic: Target Link  (Read 991 times) previous topic - next topic

Target Link

Hi ,
In classic version...
For info, when define target (_blank...) into link menu, they are not take in count.
i achieve to make it works by adding 'target' => '_blank' and 'target' => '_self', into the menu.php  and by adding
target="<?php echo $menuobj['target'];?>"  into related section ( Build Menu List From Array & Render Multi Level Dropdown menu ) into Html.php.

Cheers

Re: Target Link

Reply #1
Thanks for the update.