From fd28550ad2dcfb8f955c107d3910cbec0ca36426 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Mon, 31 Aug 2015 20:26:26 +0200 Subject: Changed favicon to new one (based on new Hubzilla arrow). Please revert when it's not okay. Also added a new optional default profile photo, in the same style. --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 94cb707bc..16c9b6d11 100755 --- a/boot.php +++ b/boot.php @@ -801,7 +801,7 @@ class App { $this->is_mobile = $mobile_detect->isMobile(); $this->is_tablet = $mobile_detect->isTablet(); - $this->head_set_icon('/images/rm-32.png'); + $this->head_set_icon('/images/hz-32.png'); BaseObject::set_app($this); -- cgit v1.2.3