diff --git a/footer.php b/footer.php index 105ad24..7c21eb5 100644 --- a/footer.php +++ b/footer.php @@ -13,7 +13,11 @@
Theme By Chris Li    - © 2014- + © - +    + + Creative Commons License +
diff --git a/header.php b/header.php index 1d9b568..8a721e5 100644 --- a/header.php +++ b/header.php @@ -17,12 +17,19 @@ (.+?)<\/url>/ies",$str,$matches)){ $imgurl='http://cn.bing.com'.$matches[1]; - if(strstr($imgurl,'1366x768')) { - $imgurl = @str_replace('1366x768', '1920x1080', $imgurl); - }} + if(strstr($imgurl,'1366x768')) { + $imgurl = @str_replace('1366x768', '1920x1080', $imgurl); + } + } + } ?>