shemeam
Hi
Open file "/acm/social/tmpl/style-1.php" in template "ja_eventcamp".
Find this code
<a href="<?php echo $helper->get('link', $i) ;?>" title="<?php echo $helper->get('title', $i) ;?>">
replace it with
<a href="<?php echo $helper->get('link', $i) ;?>" target="_blank" title="<?php echo $helper->get('title', $i) ;?>">
Now open file "/html/com_contact/contact/default_links.php" in template "ja_eventcamp".
Find
<a href="<?php echo $link; ?>" >
Line 42 and replace it with
<a href="<?php echo $link; ?>" target="_blank">