Plugin won’t work on custom wordpress theme

Today I had an issue with the NextGen Gallery Pro lightbox not working.  After searching I realized that I had left this out of my custom theme.

<?php wp_head(); ?>

Leaving this code out of the header is often one of the main reasons for plugins not working.