Fix a bug in theme purenice.php
parent
f3a8c7742c
commit
f9ac5d173c
|
@ -131,7 +131,6 @@
|
|||
<h1 class="title">
|
||||
<a href="<?php echo $_SERVER['base_path']; ?>"><?php echo $_SERVER['sitename']; ?></a>
|
||||
</h1>
|
||||
<hr>
|
||||
<?php $disktags = explode("|",getConfig('disktag'));
|
||||
if (count($disktags)>1) { ?>
|
||||
<div class="list-wrapper">
|
||||
|
|
Loading…
Reference in New Issue