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?