Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #1095255

    Hi,

    You can open this file: root/templates/ja_restaurant/html/com_contact/contact/default.php

    At approx line 136, replace this:

    <div class="box-contact"> 
        <!-- Contact links -->
        <?php echo $this->loadTemplate('links'); ?>
        <!-- End contact Links -->
    </div>

    With:

    <?php if ($this->params->get('show_links')) : ?>
    <div class="box-contact"> 
        <!-- Contact links -->
        <?php echo $this->loadTemplate('links'); ?>
        <!-- End contact Links -->
    </div>
    <?php endif; ?>

    http://prntscr.com/imzft9

    Regards

    Yap Friend
    #1095428

    Thanks @saguaros
    It works perfectly!

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

This topic contains 2 replies, has 2 voices, and was last updated by  Yap 6 years, 1 month ago.

The topic ‘Remove link section in contact page’ is closed to new replies.