Active
Project:
FontFolio
Version:
7.x-2.2
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2013 at 19:52 UTC
Updated:
2 Mar 2013 at 21:24 UTC
I understand the code for opening a new window something like "target_blank" but since this is written in PHP because its a theme option I cannot seem to get this working.
I have tired disabling the link validator and then attaching the target code behind the link leaving out the last "
Comments
Comment #1
israelshmueli commentedIt seems good idea to add "Open in new window" as an option in theme settings.
Until it will be added you can achieve that by editing fontfolio's template.php file.
On line 103 you will find
Insert the following Immediately after line 103 (let it be line 104):
This addition should add target="_blank" to each social link.