cat_ID] = $category->cat_name; } $options = array(); $options[] = array( 'name' => __('全站设置', 'GJ') , 'type' => 'heading' ); $options[] = array( 'name' => __('公司名称', 'GJ') , 'id' => 'company_name', 'type' => 'text' ); $options[] = array( 'name' => __('电脑端LOGO设置', 'GJ') , 'desc' => __('电脑端LOGO', 'GJ') , 'id' => 'pc_logo', 'type' => 'upload' ); $options[] = array( 'name' => __('下拉LOGO设置', 'GJ') , 'desc' => __('下拉LOGO', 'GJ') , 'id' => 'mb_logo', 'type' => 'upload' ); $options[] = array( 'name' => __('400号码', 'GJ') , 'id' => '400_tel', 'type' => 'text' ); $options[] = array( 'name' => __('座机号码', 'GJ') , 'id' => 'zuoji_tel', 'type' => 'text' ); $options[] = array( 'name' => __('手机号码', 'GJ') , 'id' => 'shouji_tel', 'type' => 'text' ); $options[] = array( 'name' => __('邮箱', 'GJ') , 'id' => 'email', 'type' => 'text' ); $options[] = array( 'name' => __('公司地址', 'GJ') , 'id' => 'address', 'type' => 'text' ); $options[] = array( 'name' => __('客服咨询链接', 'GJ') , 'id' => 'bdzx_link', 'type' => 'text' ); $options[] = array( 'name' => __('ICP备案号', 'GJ') , 'id' => 'icp_number', 'type' => 'text' ); $options[] = array( 'name' => __('电子营业执照图标', 'GJ') , 'id' => 'safe_n_icon', 'type' => 'upload' ); $options[] = array( 'name' => __('电子营业执照链接', 'GJ') , 'id' => 'safe_n_link', 'type' => 'text' ); $options[] = array( 'name' => __('微信二维码', 'GJ') , 'id' => 'weixin_erweima', 'type' => 'upload' ); /*******分隔*******/ $options[] = array( 'name' => __('首页轮播图/广告图', 'GJ') , 'type' => 'heading' ); $options[] = array( 'name' => __('以下图片宽度应为1920px', 'GJ') , ); for ($i = 1; $i <= 7; $i++) { $options[] = array( 'name' => __('轮播图' . $i, 'GJ') , 'id' => 'banner_src' . $i, 'std' => '', 'type' => 'upload' ); $options[] = array( 'name' => __('手机端轮播图' . $i, 'GJ') , 'id' => 'banner_m_src' . $i, 'std' => '', 'type' => 'upload' ); $options[] = array( 'name' => __('轮播图超链接' . $i, 'GJ') , 'id' => 'banner_link' . $i, 'std' => '', 'type' => 'text' ); } /*******分隔*******/ $options[] = array( 'name' => __('内页横幅(Banner)', 'GJ') , 'type' => 'heading' ); $options[] = array( 'name' => __('以下图片宽度应为1920px', 'GJ') , ); $options[] = array( 'id' => 'banner_news', 'desc' => __('新闻资讯', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_gsfw', 'desc' => __('工商服务', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_gsfw', 'desc' => __('手机端工商服务', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_cwdl', 'desc' => __('财务代理', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_cwdl', 'desc' => __('手机端财务代理', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_ssch', 'desc' => __('税收筹划', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_ssch', 'desc' => __('手机端税收筹划', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_gszx', 'desc' => __('公司注销', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_gszx', 'desc' => __('手机端公司注销', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_gxqy', 'desc' => __('高新企业认定', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_gxqy', 'desc' => __('手机端高新企业认定', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_xkzz', 'desc' => __('许可资质', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_xkzz', 'desc' => __('手机端许可资质', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_yqzs', 'desc' => __('园区招商', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_yqzs', 'desc' => __('手机端园区招商', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_lhyg', 'desc' => __('灵活用工', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_lhyg', 'desc' => __('手机端灵活用工', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_about', 'desc' => __('关于我们', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_about', 'desc' => __('手机端关于我们', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_ylqx', 'desc' => __('医疗器械', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_ylqx', 'desc' => __('手机端医疗器械', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_jzzz', 'desc' => __('建筑资质', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_jzzz', 'desc' => __('手机端建筑资质', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'banner_spxk', 'desc' => __('食品许可', 'GJ') , 'type' => 'upload' ); $options[] = array( 'id' => 'bannerm_spxk', 'desc' => __('手机端食品许可', 'GJ') , 'type' => 'upload' ); // $options[] = array( // 'id' => 'bannerm_contact', // 'desc' => __('手机端联系我们', 'GJ') , // 'type' => 'upload' // ); /*******分隔*******/ // $options[] = array( // 'name' => __('统计代码', 'GJ') , // 'type' => 'heading' // ); /*******分隔*******/ $options[] = array( 'name' => __('客服系统代码', 'GJ') , 'type' => 'heading' ); $options[] = array( 'name' => __('网站统计代码', 'Solome') , 'desc' => __('位于底部,用于添加第三方流量数据统计代码,如:Google analytics、百度统计、CNZZ、51la,国内站点推荐使用百度统计,国外站点推荐使用Google analytics', 'Solome') , 'id' => 'trackcode', 'std' => '', 'type' => 'textarea' ); $options[] = array( 'name' => __('百度商桥代码', 'Solome') , 'desc' => __('百度商桥代码直接粘贴在左方区域', 'Solome') , 'id' => 'shangqiaocode', 'std' => '', 'type' => 'textarea' ); $options[] = array( 'name' => __('其它客服系统代码', 'Solome') , 'desc' => __('如:商务通,53客服等', 'Solome') , 'id' => 'qitacode', 'std' => '', 'type' => 'textarea' ); return $options; }