set_file('menu1file',$menu1file); $tpl->set_var('relative_path', $relative_path); $menu1file=$tpl->process('out','menu1file',false,true); $tpl->set_file('menu2file','menu_newestmodels.html'); $tpl->set_var('relative_path', $relative_path); $tpl->set_var('latestmembers',latestmembers_bit()); $tpl->set_var('most_viewed',mostviewed_bit()); $menu2file=$tpl->process('out','menu2file',false,true); $tpl->set_var('relative_path', $relative_path); $tpl->set_file('menu3file','menu_mostviewed.html'); $tpl->set_var('relative_path', $relative_path); $tpl->set_var('latestmembers',latestmembers_bit()); $tpl->set_var('most_viewed',mostviewed_bit()); $menu3file=$tpl->process('out','menu3file',false,true); $tpl->set_file('menu4file','menu_toprated.html'); $tpl->set_var('relative_path', $relative_path); $menu4file=$tpl->process('out','menu4file',false,true); $tpl->set_file('menu5file','menu_lookupmodel.html'); $tpl->set_var('relative_path', $relative_path); $menu5file=$tpl->process('out','menu5file',false,true); if(!isset($myuser_id) || empty ($myuser_id)){ $tpl->set_file('menu_login','menu_login.html'); $menu_login=$tpl->process('out','menu_login',false,true);} else{$tpl->set_file('menu_login','menu_logout.html'); $menu_login=$tpl->process('out','menu_login',false,true);} $tpl = new phemplate(_BASEPATH_."/addons/rating/templates/",'remove_nonjs'); $tpl->set_file('leftcontent','toprated_left.html'); //$tpl->set_var('menu1file',$menu1file); $tpl->set_var('menu2file',$menu2file); $tpl->set_var('menu3file',$menu3file); if (get_site_option('use_ratings')) { $tpl->set_var('menu4file',$menu4file);} $tpl->set_var('menu5file',$menu5file); $tpl->set_var('most_viewed',mostviewed_bit()); $tpl->set_var('menulogin',$menu_login); $tpl->set_var('relative_path', $relative_path); $left_content=$tpl->process('out','leftcontent',false,true); $tpl = new phemplate(_BASEPATH_."/addons/rating/templates/",'remove_nonjs'); $tpl->set_file('middlecontent','toprated.html'); if (isset($_GET['gender'])) { $tpl->set_var('gender',addslashes_mq($_GET['gender'])); } $middle_content=$tpl->process('out','middlecontent',0,1); $tpl = new phemplate(_TPLPATH_,'remove_nonjs'); $title="Top Rated"; include('../../block_main_frame.php'); ?>