Link to open a new window when clicked

  • crashong
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 11 months ago #13965 by crashong
Hi There

Where to edit so that everytime i click on the image it will open the link on a new page instead of the current page??

Thanks

Please Log in to join the conversation.

More
12 years 11 months ago #13972 by ivan.milic
open modules\mod_hot_newsflash\tmpl\default.php

....
<?php if($imageLink) { ?><a target="_blank" href="<?php echo $link[$loop]; ?>"><?php } ?><img src="<?php echo $mosConfig_live_site; ?>/<?php echo $imageFolder; ?>/<?php echo $image[$loop]; ?>" alt="" width="<?php echo $imageWidth; ?>" height="<?php echo $imageHeight; ?>" /><?php if($imageLink) { ?></a><?php } ?>
....

add code I marked red

Please Log in to join the conversation.

Time to create page: 0.238 seconds
Powered by Kunena Forum