diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-31 16:27:17 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-31 16:27:17 -0700 |
commit | 53a0920f20d3814d55e3286892a4fd3a1c4d47e9 (patch) | |
tree | c053600784dfccd4ea4932cbef28743b7a9c3c8b /boot.php | |
parent | 5fe902137505662f622dbc187969d11fab028358 (diff) | |
parent | fd28550ad2dcfb8f955c107d3910cbec0ca36426 (diff) | |
download | volse-hubzilla-53a0920f20d3814d55e3286892a4fd3a1c4d47e9.tar.gz volse-hubzilla-53a0920f20d3814d55e3286892a4fd3a1c4d47e9.tar.bz2 volse-hubzilla-53a0920f20d3814d55e3286892a4fd3a1c4d47e9.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
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); |