Fix a bug in theme purenice.php
parent
f3a8c7742c
commit
f9ac5d173c
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue