1 Star 0 Fork 0

白菜酱 / SoftCupRankingSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
header.php 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
rexskz 提交于 2014-08-19 18:48 . add IE Compatible
<?php
if (!defined("IN_SCRS")) exit();
?>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no,width=device-width">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="css/common.css">
<?php
if ($user->is_login() && $user->is_admin()) {
echo "<link rel=\"stylesheet\" href=\"css/admin.css\">";
}
?>
PHP
1
https://gitee.com/xm1994/SoftCupRankingSystem.git
git@gitee.com:xm1994/SoftCupRankingSystem.git
xm1994
SoftCupRankingSystem
SoftCupRankingSystem
master

搜索帮助