diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/head.tpl | 1 | ||||
-rw-r--r-- | view/htconfig.tpl | 2 | ||||
-rw-r--r-- | view/theme/default/friendika16.gif | bin | 0 -> 1071 bytes | |||
-rw-r--r-- | view/theme/default/style.css | 2 |
4 files changed, 3 insertions, 2 deletions
diff --git a/view/head.tpl b/view/head.tpl index fc2177b8d..7a962cc26 100644 --- a/view/head.tpl +++ b/view/head.tpl @@ -1,6 +1,7 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="$baseurl" /> <link rel="stylesheet" type="text/css" href="$stylesheet" media="all" /> +<link rel="shortcut icon" href="$baseurl/images/friendika32.ico"> <!--[if IE]> <script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> diff --git a/view/htconfig.tpl b/view/htconfig.tpl index 6b65844a8..dcc21f566 100644 --- a/view/htconfig.tpl +++ b/view/htconfig.tpl @@ -45,7 +45,7 @@ $a->config['php_path'] = '$phpath'; // Location of global directory submission page. -$a->config['system']['directory_submit_url'] = 'http://dir.dfrn.org/submit'; +$a->config['system']['directory_submit_url'] = 'http://dir.friendika.com/submit'; // PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts diff --git a/view/theme/default/friendika16.gif b/view/theme/default/friendika16.gif Binary files differnew file mode 100644 index 000000000..f5321b1e5 --- /dev/null +++ b/view/theme/default/friendika16.gif diff --git a/view/theme/default/style.css b/view/theme/default/style.css index da10e9da9..d9d34d409 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -387,7 +387,7 @@ footer { input#dfrn-url { float: left; - background: url(dfrn.gif) no-repeat; + background: url(friendika16.gif) no-repeat; background-position: 2px center; font-size: 17px; padding-left: 21px; |