Explorar el Código

兼容PHP8

pull/20/head
Zisbusy hace 2 años
cometido por GitHub
padre
commit
2f4b9ecfa7
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      Akina/tags.php

+ 1
- 2
Akina/tags.php Ver fichero

@ -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 {

Cargando…
Cancelar
Guardar