more branding
|
@ -47,7 +47,7 @@ $a->config['php_path'] = 'php';
|
|||
// 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
|
||||
|
||||
|
|
BIN
images/3ring150.jpg
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
images/friendika.gif
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
images/friendika.ico
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
images/friendika16.gif
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
images/friendika16.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/friendika32.gif
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
images/friendika32.ico
Normal file
After Width: | Height: | Size: 4.2 KiB |
|
@ -56,6 +56,6 @@ else {
|
|||
$banner = get_config('system','banner');
|
||||
|
||||
if($banner === false)
|
||||
$banner = 'friendika';
|
||||
$banner = 'Friendika';
|
||||
|
||||
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
BIN
view/theme/default/friendika16.gif
Normal file
After Width: | Height: | Size: 1 KiB |
|
@ -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;
|
||||
|
|