aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authortuscanhobbit <tuscanhobbit@users.noreply.github.com>2013-11-23 20:01:11 +0100
committertuscanhobbit <tuscanhobbit@users.noreply.github.com>2013-11-23 20:01:11 +0100
commit2c6e1b7aee2928c077bc090b1c4fe65c599d5d12 (patch)
treebccc024c9da8e934d0a29b4a4384218070cad15c /boot.php
parent2e4177796364ca4edb3a29e7646545649d57c56a (diff)
downloadvolse-hubzilla-2c6e1b7aee2928c077bc090b1c4fe65c599d5d12.tar.gz
volse-hubzilla-2c6e1b7aee2928c077bc090b1c4fe65c599d5d12.tar.bz2
volse-hubzilla-2c6e1b7aee2928c077bc090b1c4fe65c599d5d12.zip
replaced rhash icon
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 3fabff55a..53d756e93 100755
--- a/boot.php
+++ b/boot.php
@@ -773,7 +773,7 @@ class App {
$this->is_mobile = $mobile_detect->isMobile();
$this->is_tablet = $mobile_detect->isTablet();
- $this->head_set_icon('/images/rhash-32.png');
+ $this->head_set_icon('/images/rm-32.png');
BaseObject::set_app($this);