External Links

To have all external links open in new window
Go to lib/util.php

and find

$attrs = array('href' => $canon, 'title' => $longurl, 'rel' => 'external');

change to

$attrs = array('href' => $canon, 'title' => $longurl, 'rel' => 'external', 'target' => '_blank');

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID