diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-08-31 20:26:26 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-08-31 20:26:26 +0200 |
commit | fd28550ad2dcfb8f955c107d3910cbec0ca36426 (patch) | |
tree | 94cf2940ea98760731da4bd839487a6195b3cfea /boot.php | |
parent | c0cb21a07c17d63676a7ebe851b1132fe33a5bff (diff) | |
download | volse-hubzilla-fd28550ad2dcfb8f955c107d3910cbec0ca36426.tar.gz volse-hubzilla-fd28550ad2dcfb8f955c107d3910cbec0ca36426.tar.bz2 volse-hubzilla-fd28550ad2dcfb8f955c107d3910cbec0ca36426.zip |
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.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |