Closed (fixed)
Project:
Drupal core
Version:
4.7.0
Component:
base system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 May 2006 at 11:33 UTC
Updated:
21 May 2006 at 04:03 UTC
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.