Fix a bug in theme purenice.php

pull/155/head
KarlcxChina 2020-11-28 18:39:36 +08:00 committed by GitHub
parent f3a8c7742c
commit f9ac5d173c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -131,7 +131,6 @@
<h1 class="title"> <h1 class="title">
<a href="<?php echo $_SERVER['base_path']; ?>"><?php echo $_SERVER['sitename']; ?></a> <a href="<?php echo $_SERVER['base_path']; ?>"><?php echo $_SERVER['sitename']; ?></a>
</h1> </h1>
<hr>
<?php $disktags = explode("|",getConfig('disktag')); <?php $disktags = explode("|",getConfig('disktag'));
if (count($disktags)>1) { ?> if (count($disktags)>1) { ?>
<div class="list-wrapper"> <div class="list-wrapper">