Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pavit Moderator
    #1008873

    Hello

    Edit this file /templates/ja_rent/acm/clients/tmpl/style-1.php and find :

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

    Change to :

    <div class="client-img">
    <?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; ?>">

    Regards

    sandra97 Friend
    #1008874

    Thank you very much!

    When I read your answer, I felt a bit stupid 😉
    It’s so obvious!

    Thanks again!

    Sandra

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  sandra97 7 years, 9 months ago.

The topic ‘ACM Module – link target’ is closed to new replies.