I am in a bind customizing a drupal website.
I am stuck using frames :( for one portion of the website.
To accommodate exiting the frame, I need to add the
target="_top" attribute to the URLs for the primary links.
I tried modifying the $primary_links variable in my
page.tpl.php without success.
Does anyone have any suggestions? Thanks!
Comments
Comment #1
kayfish commentedI worked on this hours yesterday, and wouldn't you know it -
I got it working just after I posted this issue.
I added the following piece of cide to the menu section of the template.
Maybe there's a better way, but I only know how to hack at the moment.
Comment #2
bradlis7 commentedI looked around a little bit, but your solution seems to be best. Feel free to reopen this if you need to, but I'm assuming you've got this figured out.