File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<!DOCTYPE HTML>
44<html lang="zh">
55<?php $ this ->need ('header.php ' ); ?>
6- <body class="page-body <?php echo $ _COOKIE ['night ' ] == '1 ' ? 'night ' : '' ; ?> ">
6+ <body class="page-body <?php echo isset ( $ _COOKIE [ ' night ' ]) && $ _COOKIE ['night ' ] == '1 ' ? 'night ' : '' ; ?> ">
77<div class="main-content">
88 <div class="error-page text-center">
99 <h1 class="error-page-title">404 - <?php _e ('您要找的页面未找到。 ' ); ?> </h1>
Original file line number Diff line number Diff line change 1111<!DOCTYPE html>
1212<?php $ this ->need ('header.php ' ); ?>
1313<html lang="zh">
14- <body class="page-body <?php echo ($ _COOKIE ['night ' ] == '1 ' ? 'night ' : '' ) ; ?> ">
14+ <body class="page-body <?php echo isset ($ _COOKIE ['night ' ]) && $ _COOKIE [ ' night ' ] == '1 ' ? 'night ' : '' ; ?> ">
1515<div class="main-content">
1616 <div class="col-md-12">
1717 <div class="panel panel-default">
Original file line number Diff line number Diff line change 33<!DOCTYPE html>
44<?php $ this ->need ('header.php ' ); ?>
55<html lang="zh">
6- <body class="page-body <?php echo ($ _COOKIE ['night ' ] == '1 ' ? 'night ' : '' ) ; ?> ">
6+ <body class="page-body <?php echo isset ($ _COOKIE ['night ' ]) && $ _COOKIE [ ' night ' ] == '1 ' ? 'night ' : '' ; ?> ">
77
88<div class="main-content">
99 <div class="col-md-12">
You can’t perform that action at this time.
0 commit comments