<?php setcookie('isgz', 1, 0, '/'); $_COOKIE['isgz'] = 1; require_once 'config.php'; require_once $yjl_tpath . 'setting/settings.php'; require_once $yjl_tpath . 'setting/face.php'; $no_getxq = 1; require_once 'function.php'; echo yjl_html_gz_head($s, 'index'); ?> <?php if ($GLOBALS['NEW_ALL'] || $d_l1id == 166) { ?> <div id="mt" class="mt-0-5" > <div class="mga b-box" style="height:300px;"> <ul class="big-imgbox" style="z-index:0;"> <li><a href="html-company.html"><img src="newnav/images/5ban.jpg" width="2560" height="300" /></a></li> <li><a href="newnav-8.html"><img src="newnav/images/1ban.jpg" width="2560" height="300" /></a></li> <li><a href="newnav-15.html"><img src="newnav/images/2ban.jpg" width="2560" height="300" /></a></li> <li><a href="html-choose.html"><img src="newnav/images/3ban.png" width="2560" height="300" /></a></li> <li><a href="newnav-9.html"><img src="newnav/images/4ban.jpg" width="2560" height="300" /></a></li> </ul> <div style="width:980px;margin-left:auto;margin-right:auto"> <div style="float:right;width:200px;"> <ul class="rb-ul" style="position:relative;z-index:2;margin-top:280px;margin-left:60px;"> <li class="mli">1</li> <li>2</li> <li>3</li> <li>4</li>
function yjl_html_gz($c, $css = '', $body_id = '', $menu_id = 0) { global $js_c, $js_scrc, $isupimg, $yjl_tpath, $xqid, $xqdb, $page_title, $r_main, $a_fx, $udb, $is_home, $is_nologin, $is_mce, $yjl_isdebug, $d_l1title; $s = yjl_html_gz_head($c, $css, $body_id, $menu_id); $s .= getFooter(); return $s; }