我已经搜索了几个小时,但我似乎无法弄清楚如何将 target="_blank" 属性包含到这个 php 的 'href' => 部分而不破坏它。
这是代码:
'chat' => array(
'title' => 'Chat',
'href' => 'http://mywebsite.com/',
'show' => true,
'sub_buttons' => array(
),
),
是否可以在此代码中使用该目标属性?
这是来自 SMF 论坛中使用的 Subs.php 文件。