OP Primary links - how to add target blanck to an item
Posted by betovarg on April 12, 2011 at 4:19am
Hi all,
Im currently using openpublish with its own menu system. I know it loads openpublishmenu.js and you have to add it to the template as it comes, which is something like:
<?php
print theme('openpublish_menu', $expanded_primary_links);
?>(I wont paste the entire code, you can see it in the page-header.tpl.php) Anyway, Im trying to add target _blank to several items, so i installed the menu attributes module (http://drupal.org/project/menu_attributes) but since openpublish prints the menu with its own method, it does not work, the target _blank does not appear.
Read more