diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-09-14 10:33:16 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-09-18 16:33:22 +0200 |
commit | cca2b1621f45c1d6250c4f312e1fdd5fef367114 (patch) | |
tree | c1de8727e2b962fc11640d47780f1ec35a9c1ac0 | |
parent | 807776cb15f8e4fd30f3f5cc174ac65f0acf3fe6 (diff) | |
download | volse-hubzilla-cca2b1621f45c1d6250c4f312e1fdd5fef367114.tar.gz volse-hubzilla-cca2b1621f45c1d6250c4f312e1fdd5fef367114.tar.bz2 volse-hubzilla-cca2b1621f45c1d6250c4f312e1fdd5fef367114.zip |
use the hubzilla icons
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |