From fd28550ad2dcfb8f955c107d3910cbec0ca36426 Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Mon, 31 Aug 2015 20:26:26 +0200 Subject: 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. --- boot.php | 2 +- images/default_profile_photos/arrow_avatar/300.png | Bin 0 -> 7792 bytes images/default_profile_photos/arrow_avatar/48.png | Bin 0 -> 1998 bytes images/default_profile_photos/arrow_avatar/80.png | Bin 0 -> 2928 bytes images/hz-16.png | Bin 0 -> 876 bytes images/hz-32.png | Bin 0 -> 1615 bytes images/hz-64.png | Bin 0 -> 3627 bytes 7 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 images/default_profile_photos/arrow_avatar/300.png create mode 100644 images/default_profile_photos/arrow_avatar/48.png create mode 100644 images/default_profile_photos/arrow_avatar/80.png create mode 100644 images/hz-16.png create mode 100644 images/hz-32.png create mode 100644 images/hz-64.png 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); diff --git a/images/default_profile_photos/arrow_avatar/300.png b/images/default_profile_photos/arrow_avatar/300.png new file mode 100644 index 000000000..1c30572d6 Binary files /dev/null and b/images/default_profile_photos/arrow_avatar/300.png differ diff --git a/images/default_profile_photos/arrow_avatar/48.png b/images/default_profile_photos/arrow_avatar/48.png new file mode 100644 index 000000000..7865ce2b4 Binary files /dev/null and b/images/default_profile_photos/arrow_avatar/48.png differ diff --git a/images/default_profile_photos/arrow_avatar/80.png b/images/default_profile_photos/arrow_avatar/80.png new file mode 100644 index 000000000..8610907e2 Binary files /dev/null and b/images/default_profile_photos/arrow_avatar/80.png differ diff --git a/images/hz-16.png b/images/hz-16.png new file mode 100644 index 000000000..b88b6aa57 Binary files /dev/null and b/images/hz-16.png differ diff --git a/images/hz-32.png b/images/hz-32.png new file mode 100644 index 000000000..79c728a83 Binary files /dev/null and b/images/hz-32.png differ diff --git a/images/hz-64.png b/images/hz-64.png new file mode 100644 index 000000000..bff03d8da Binary files /dev/null and b/images/hz-64.png differ -- cgit v1.2.3