Reputation: 1302
I've setup a view in drupal that lists items like this:
IMAGE 1 | IMAGE 2 | IMAGE 3 | IMAGE 4
desc | desc | desc | desc
I'd like to add a single button to the top of this view. I would prefer to do it with code or a module, without digging into the theme templates. But how?
Upvotes: 0
Views: 62
Reputation: 8289
You can add the code in the header of the view (it's under "Basic settings" in the views configuration page).
Upvotes: 2