removed dangling else statement
This commit is contained in:
parent
acc9952794
commit
6bae72345f
|
@ -18,9 +18,6 @@ if ($this->showPoolCount) { ?>
|
|||
<?php } ?>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
else {
|
||||
|
||||
}
|
||||
if (count($items) && ($isSmartBlock || $isPlaylist)) : ?>
|
||||
<?php $i = 0; ?>
|
||||
|
|
Loading…
Reference in New Issue