use the hubzilla icons

This commit is contained in:
Mario Vavti 2017-09-14 10:33:16 +02:00 committed by Mario
parent 807776cb15
commit cca2b1621f

View File

@ -599,11 +599,11 @@ function sys_boot() {
if(! defined('DEFAULT_PLATFORM_ICON')) { 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')) { 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); App::head_set_icon(DEFAULT_PLATFORM_ICON);