From cca2b1621f45c1d6250c4f312e1fdd5fef367114 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 14 Sep 2017 10:33:16 +0200 Subject: use the hubzilla icons --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index c20ea79a9..ad6b8b7b0 100755 --- a/boot.php +++ b/boot.php @@ -599,11 +599,11 @@ function sys_boot() { if(! defined('DEFAULT_PLATFORM_ICON')) { - define( 'DEFAULT_PLATFORM_ICON', '/images/rm-32.png' ); + define( 'DEFAULT_PLATFORM_ICON', '/images/hz-32.png' ); } if(! defined('DEFAULT_NOTIFY_ICON')) { - define( 'DEFAULT_NOTIFY_ICON', '/images/rm-32.png' ); + define( 'DEFAULT_NOTIFY_ICON', '/images/hz-white-64.png' ); } App::head_set_icon(DEFAULT_PLATFORM_ICON); -- cgit v1.2.3