diff --git a/view/theme/frio/img/none.png b/view/theme/frio/img/none.png new file mode 100644 index 0000000000..c8375dba82 Binary files /dev/null and b/view/theme/frio/img/none.png differ diff --git a/view/theme/frio/style.php b/view/theme/frio/style.php index 6a8aaf2c28..d6336ae3dd 100644 --- a/view/theme/frio/style.php +++ b/view/theme/frio/style.php @@ -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); diff --git a/view/theme/frio/templates/admin/blocklist/contact.tpl b/view/theme/frio/templates/admin/blocklist/contact.tpl index 1f43b412b7..59f02dba56 100644 --- a/view/theme/frio/templates/admin/blocklist/contact.tpl +++ b/view/theme/frio/templates/admin/blocklist/contact.tpl @@ -37,7 +37,7 @@