I finally found the answer to including the global banner, footer, and menu the files into the Gallery2 templates. As it turns out, it is possible to embed php code into smarty templates. So, it’s easy to include the normal global files like so:
{php}
include(‘../ssi/Footer.php’);
{/php}
With that, the visual integration of the photography gallery is complete!