Changed favicon to new one (based on new Hubzilla arrow). Please revert when it's not okay. Also added a new optional default profile photo, in the same style.

This commit is contained in:
jeroenpraat
2015-08-31 20:26:26 +02:00
parent c0cb21a07c
commit fd28550ad2
7 changed files with 1 additions and 1 deletions

View File

@@ -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);