Is it possible to place the export icon above the Views data table?
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
Comments
Comment #1
nfavrod commentedIt'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.
Cheers
Comment #2
neclimdul