Skip to content

Instantly share code, notes, and snippets.

@wernerkrauss
Created September 12, 2013 16:17
Show Gist options
  • Save wernerkrauss/6540191 to your computer and use it in GitHub Desktop.
Save wernerkrauss/6540191 to your computer and use it in GitHub Desktop.
Silverstripe: open RedirectorPage's external link in a new tab or window
<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