Re: Using l() for Drupal 6

marcus45's picture
Offline
Joined: 11/03/2009
Juice: 40
Re: Using l() for Drupal 6

I was having the same redirect problem when generating the link from within a form. What fixed it for me was changing the 'action' attribute like so:
$form['#action'] = url('cart');

Marcus
Dynamo Solutions

Cart link redirect By: Max_Headroom (16 replies) Thu, 03/12/2009 - 12:18