diff options
author | friendica <info@friendica.com> | 2013-07-07 17:22:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-07 17:22:40 -0700 |
commit | 6e880cfd4954c4a044358a823fac4dc9d5467a6b (patch) | |
tree | a49473747b8d253e54bfc814ba8f7d6e6044df1d /view/tpl | |
parent | 8b9f2f8ef766c169e77a34c72118d14beb2b21de (diff) | |
download | volse-hubzilla-6e880cfd4954c4a044358a823fac4dc9d5467a6b.tar.gz volse-hubzilla-6e880cfd4954c4a044358a823fac4dc9d5467a6b.tar.bz2 volse-hubzilla-6e880cfd4954c4a044358a823fac4dc9d5467a6b.zip |
use current channel photo for favicon where applicable - might be browser dependent but seems to work on FF
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 78e911213..99c2c7868 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -17,7 +17,7 @@ {{$head_js}} -<link rel="shortcut icon" href="{{$baseurl}}/images/rhash-32.png" /> +<link rel="shortcut icon" href="{{$icon}}" /> <link rel="search" href="{{$baseurl}}/opensearch" type="application/opensearchdescription+xml" |