aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-23 12:24:36 -0800
committerfriendica <info@friendica.com>2013-11-23 12:24:36 -0800
commit49488a636391433f43ccdd4932d445b063260b30 (patch)
tree93bd14ee31254d27e0b8310c062721f0428a31b5 /boot.php
parentb7c39e7ac937f87824c0e0bf19bb4def167709b9 (diff)
parentd126c2bcaae4c25eda03b99b4422398ad781c582 (diff)
downloadvolse-hubzilla-49488a636391433f43ccdd4932d445b063260b30.tar.gz
volse-hubzilla-49488a636391433f43ccdd4932d445b063260b30.tar.bz2
volse-hubzilla-49488a636391433f43ccdd4932d445b063260b30.zip
Merge pull request #213 from tuscanhobbit/master
replaced icons and shade of red
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);