From ac47e05b936ad21b201d2a65b52d8cce50b1cf41 Mon Sep 17 00:00:00 2001 From: nopy <357313854@qq.com> Date: Fri, 17 Oct 2014 16:04:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9Bhttps=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/themes/default/header.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/themes/default/header.php b/usr/themes/default/header.php index efabbedd..085dd9e0 100644 --- a/usr/themes/default/header.php +++ b/usr/themes/default/header.php @@ -14,13 +14,13 @@ ), '', ' - '); ?><?php $this->options->title(); ?></title> <!-- 使用url函数转换相关路径 --> - <link rel="stylesheet" href="http://cdn.staticfile.org/normalize/2.1.3/normalize.min.css"> + <link rel="stylesheet" href="//cdn.staticfile.org/normalize/2.1.3/normalize.min.css"> <link rel="stylesheet" href="<?php $this->options->themeUrl('grid.css'); ?>"> <link rel="stylesheet" href="<?php $this->options->themeUrl('style.css'); ?>"> <!--[if lt IE 9]> - <script src="http://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script> - <script src="http://cdn.staticfile.org/respond.js/1.3.0/respond.min.js"></script> + <script src="//cdn.staticfile.org/html5shiv/r29/html5.min.js"></script> + <script src="//cdn.staticfile.org/respond.js/1.3.0/respond.min.js"></script> <![endif]--> <!-- 通过自有函数输出HTML头部信息 -->