aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-31 16:27:17 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-31 16:27:17 -0700
commit53a0920f20d3814d55e3286892a4fd3a1c4d47e9 (patch)
treec053600784dfccd4ea4932cbef28743b7a9c3c8b /boot.php
parent5fe902137505662f622dbc187969d11fab028358 (diff)
parentfd28550ad2dcfb8f955c107d3910cbec0ca36426 (diff)
downloadvolse-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-xboot.php2
1 files changed, 1 insertions, 1 deletions
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);