This object is in archive! 

Remove RSS

Archived Licences B. 11 years ago

Hi,


I'd like to remove the Follow and Subscribe via RSS portion of the front page.


Where is the code I have to remove?


thank you,

Replies (1)

photo
11

You can find this portion of code in /application/layouts/main.phtml.

Simply remove or comment with <!-- <......> -->:

  1. <h2><?php echo $this->t('Follow') ?></h2>
  2. <div class="follow-block">
  3. <p>
  4. <a target="_blank" class="subscribe-link" href="<?php echo $this->url(array(), 'responses_rss') ?>">
  5. <?php echo $this->t('Subscribe via RSS') ?>
  6. </a>
  7. </p>
  8. </div>

This comment is in trash! Restore

Replies have been locked on this page!