- Posts: 20
- Thank you received: 0
external link in hot newsflash menu
-
leonlegrand
Inactive member -
Topic Author
- Member
-
Less
More
13 years 10 months ago #8226
by leonlegrand
Replied by leonlegrand on topic Re: external link in hot newsflash menu
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8260
by ivan.milic
Replied by ivan.milic on topic Re: external link in hot newsflash menu
Hi,
open
modules\mod_hot_newsflash\tmpl\default.php
find this (around bottom):
<?php if($imageLink) { ?><a href="<?php echo $link[$loop]; ?>"><?php } ?><img src="<?php
and modify it like this:
<?php if($imageLink) { ?><a target="_blank" href="<?php echo $link[$loop]; ?>"><?php } ?><img src="<?php
open
modules\mod_hot_newsflash\tmpl\default.php
find this (around bottom):
<?php if($imageLink) { ?><a href="<?php echo $link[$loop]; ?>"><?php } ?><img src="<?php
and modify it like this:
<?php if($imageLink) { ?><a target="_blank" href="<?php echo $link[$loop]; ?>"><?php } ?><img src="<?php
Please Log in to join the conversation.
Time to create page: 0.097 seconds