소스 검색

兼容PHP8

pull/20/head
Zisbusy 2 년 전
committed by GitHub
부모
커밋
2f4b9ecfa7
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      Akina/tags.php

+ 1
- 2
Akina/tags.php 파일 보기

@ -9,8 +9,8 @@
<div class="blank"></div>
<div class="headertop"></div>
<?php
$bgImgUrl = '';
if ( $this->fields->radioPostImg != 'none' && $this->fields->radioPostImg != null ) {
$bgImgUrl = '';
switch ( $this->fields->radioPostImg ) {
case 'custom':
$bgImgUrl = $this->fields->thumbnail;
@ -31,7 +31,6 @@
}
?>
<!-- 透明导航栏后调整间距 -->
<!-- 透明导航栏后调整间距 -->
<?php if (strlen($bgImgUrl) <= 4 && !empty($this->options->menu) && in_array('transparent', $this->options->menu) ): ?>
<style>
.site-main {

불러오는 중...
취소
저장