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"
we can write a code for the logo to be able to link to a new page?
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
You're welcome
saguaros locked the discussion.