diff options
author | Friendika <info@friendika.com> | 2011-03-04 20:55:32 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-04 20:55:32 -0800 |
commit | 216f038456cae1016e030b33cac79f8ed690e366 (patch) | |
tree | 3db6bdcb57a3e68f24f7366da5d966a60bbb51a1 /view/it/head.tpl | |
parent | 3c076b53fe0fb3d5e625b773a5e4723dece0a057 (diff) | |
download | volse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.tar.gz volse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.tar.bz2 volse-hubzilla-216f038456cae1016e030b33cac79f8ed690e366.zip |
icon changes, feed security improvements
Diffstat (limited to 'view/it/head.tpl')
-rw-r--r-- | view/it/head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/it/head.tpl b/view/it/head.tpl index 071c8fa91..8e4e0ccd7 100644 --- a/view/it/head.tpl +++ b/view/it/head.tpl @@ -2,7 +2,7 @@ <base href="$baseurl" /> <meta name="generator" content="$generator" /> <link rel="stylesheet" type="text/css" href="$stylesheet" media="all" /> -<link rel="shortcut icon" href="$baseurl/images/ff-32.jpg" /> +<link rel="shortcut icon" href="$baseurl/images/friendika-32.png" /> <!--[if IE]> <script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> |