diff options
author | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2013-11-23 20:01:11 +0100 |
---|---|---|
committer | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2013-11-23 20:01:11 +0100 |
commit | 2c6e1b7aee2928c077bc090b1c4fe65c599d5d12 (patch) | |
tree | bccc024c9da8e934d0a29b4a4384218070cad15c /boot.php | |
parent | 2e4177796364ca4edb3a29e7646545649d57c56a (diff) | |
download | volse-hubzilla-2c6e1b7aee2928c077bc090b1c4fe65c599d5d12.tar.gz volse-hubzilla-2c6e1b7aee2928c077bc090b1c4fe65c599d5d12.tar.bz2 volse-hubzilla-2c6e1b7aee2928c077bc090b1c4fe65c599d5d12.zip |
replaced rhash icon
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |