more branding

This commit is contained in:
Friendika 2010-11-02 21:25:59 -07:00
parent 2a23a7e840
commit 07b78e9d1c
13 changed files with 5 additions and 4 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
images/friendika.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
images/friendika.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
images/friendika16.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
images/friendika16.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
images/friendika32.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
images/friendika32.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -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>';

View File

@ -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>

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -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;