Add gallery in the current array -- then...
if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'gallery', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))
Just add the button like so:
// How about the [gallery] button?
echo '<li><a href="', $scripturl, '?action=galllery"><span>Gallery</span></a></li>';