This action is used after title in a single gallery
function my_custom_gallery_after_title() { echo '<img src="SOME_URL" alt="NAME_OF_IMAGE" />'; } add_action('jaw_gallery_after_title', 'my_custom_gallery_after_title');The result can look like this:
List of all hooks you can find HERE