Using target=“_blank” in PHP

mkzyikz

New Member
I've searched for a couple hours now and I can't seem to figure out how to include the target="_blank" attribute into the 'href' => section of this php without breaking it. here's the code: \[code\]'chat' => array( 'title' => 'Chat', 'href' => 'http://mywebsite.com/', 'show' => true, 'sub_buttons' => array( ), ),\[/code\]Is it possible to use that target attribute in this code?
 
Back
Top