-added border to smart block expansion
This commit is contained in:
parent
cf57c12782
commit
182bdd0cf6
2 changed files with 4 additions and 1 deletions
|
@ -85,7 +85,7 @@ if ($item['type'] == 2) {
|
|||
</div>
|
||||
<?php endif; ?>
|
||||
<?php if ($item['type'] == 2) {?>
|
||||
<ul style='display:none' id="block_<?php echo $item["id"]?>_info" class="smart-block-info"></ul>
|
||||
<ul style='display:none' id="block_<?php echo $item["id"]?>_info" class="smart-block-info expand-block-separate"></ul>
|
||||
<?php } ?>
|
||||
</li>
|
||||
<?php $i = $i+1; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue