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.
I was wondering if someone could shed light into the issue and let me know if there is a workaround. I wouldnt want to change openpublish's core, it would loose the point.
Thanx!