// You shouldn't need to change anything else.
// 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
$banner = get_config('system','banner');
if($banner === false)
- $banner = 'friendika';
+ $banner = 'Friendika';
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';
<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>
// 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
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;