Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
how to set Anchor on target="_blank"
jackmaessen
✭✭✭
i ahve this anchor in me.php in my bootstrap theme and i want this to put on a target="_blank" but do not know how to do that:
echo Wrap(Anchor(Sprite('SpUpload').' '.T('Upload'), '/mods-upload'), 'li');
0
Comments
echo Wrap(Anchor(T('LinkName'),'link',array('target' => '_blank')));
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Works great! Thnx @vrijvlinder