首先模板里的header.php,里面有写死的http,需要改成https


然后是footer.php


再然后是include/lib/function.base.php


最后是include/lib/calendar.php


最后这个要改成这样:


static function url() {

		$calendarUrl = isset($GLOBALS['record']) ? DYNAMIC_BLOGURL.'?action=cal&record='.intval($GLOBALS['record']) : DYNAMIC_BLOGURL.'?action=cal' ;

		return str_replace("http://","https://",$calendarUrl);

	}