diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-09-14 10:33:16 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-09-14 10:33:16 +0200 |
commit | 5aa0fe2bf0a4f0b4b6e2fd0341448a61dc4b9044 (patch) | |
tree | 83febdd755d9876520d9e3cd5e7a6527aa29e058 /boot.php | |
parent | f43f38c054b8fd734d324a8088ce5a9ed84714b9 (diff) | |
download | volse-hubzilla-5aa0fe2bf0a4f0b4b6e2fd0341448a61dc4b9044.tar.gz volse-hubzilla-5aa0fe2bf0a4f0b4b6e2fd0341448a61dc4b9044.tar.bz2 volse-hubzilla-5aa0fe2bf0a4f0b4b6e2fd0341448a61dc4b9044.zip |
use the hubzilla icons
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -608,11 +608,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); |