Merge pull request #7343 from MrPetovan/bug/notices
Various small fixes
This commit is contained in:
commit
0d27d410b0
BIN
view/theme/frio/img/none.png
Normal file
BIN
view/theme/frio/img/none.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 B |
|
@ -101,7 +101,7 @@ $nav_icon_color = (empty($nav_icon_color) ? '#fff' : $nav_icon_color
|
|||
$link_color = (empty($link_color) ? '#6fdbe8' : $link_color);
|
||||
$background_color = (empty($background_color) ? '#ededed' : $background_color);
|
||||
// The background image can not be empty. So we use a dummy jpg if no image was set.
|
||||
$background_image = (empty($background_image) ? 'img/none.jpg' : $background_image);
|
||||
$background_image = (empty($background_image) ? 'img/none.png' : $background_image);
|
||||
$modified = (empty($modified) ? time() : $modified);
|
||||
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<div class="section-subtitle-wrapper" role="tab" id="admin-settings-contactblock-blocked">
|
||||
<h4>
|
||||
<a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#admin-settings" href="#admin-settings-contactblock-blocked-collapse" aria-expanded="{{if count($contacts) > 0}}true{{else}}false{{/if}}" aria-controls="admin-settings-contactblock-blocked-collapse">
|
||||
{{$h_contacts}} ({{count($contacts)}})
|
||||
{{$h_contacts}} ({{$total_contacts}})
|
||||
</a>
|
||||
</h4>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue