where i made a red arrow as a logo module I would like to know if it is possible to insert the command as a link to open a new window. by entering the command "target="new"

Hi

You can open this file:

ROOT/templates/ja_landscape/acm/clients/tmpl/style-1.php

Look for this line of code:

<?php if($clientLink):?><a href="<?php echo $clientLink; ?>" title="<?php echo $clientName; ?>" target="_blank"><?php endif; ?>
	<img class="img-responsive" alt="<?php echo $clientName; ?>" src="<?php echo $clientLogo; ?>">
<?php if($clientLink):?></a><?php endif; ?>

and add attribute: target="_blank" as above

    Write a Reply...
    You need to Login to view replies.