Created
September 12, 2013 16:17
-
-
Save wernerkrauss/6540191 to your computer and use it in GitHub Desktop.
Silverstripe: open RedirectorPage's external link in a new tab or window
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="$Link"<% if $RedirectionType == 'External' %>target="_blank"<% end_if %>>$MenuTitle.XML</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment