By calebm12 on
Not sure what i am doing wrong here. I tried to piece this together through different google searches but its not working. Would be grateful for someone pointing me in right direction. Am trying to get the link to open up in a new window.
print l(t('LinkName'),'http://www.linkaddress.com', array('target' => '_blank');
cheers!
Comments
I think you wantprint
I think you want
This should print a link that when clicked opens in another window.
Works like a charm. Thanks
Works like a charm. Thanks for your help!