Is it possible to place the export icon above the Views data table?

Comments

nfavrod’s picture

It's possible to change this within views-view.tpl.php.
Create your views-view--foo--bar.tpl.php in your theme folder add move the part containing the feed.

  <?php if ($feed_icon): ?>
    <div class="feed-icon">
      <?php print $feed_icon; ?>
    </div>
  <?php endif; ?>

Cheers

neclimdul’s picture

Issue summary: View changes
Status: Active » Closed (outdated)