assign( 'downloadable_videos', $gallery_url_videos[$gallery_id] ); } $smarty_obj->assign( 'gallery_content', get_gallery_content( $_GET['gallery'], $_GET['category'] ) ); $smarty_obj->assign( 'content_tpl', 'gallery_content.tpl' ); $smarty_obj->display( 'index.tpl' ); ?>