OK, I am almost ready to open my board, so I have come back to this.

I have figured out most of the problem I was having, and now I can get it to display, but what it is doing is replacing my navbar with this module. I figured out that is due to this line:
eval('$navbar.= "' . fetch_template('adv_portal_gallery') . '";');
at the end of the php file. When I take that line out, nothing displays at all. I'm not sure what I need to replace this with to get it to work properly. I would really appreciate your help on this. Thanks!