]> git.mxchange.org Git - friendica.git/commitdiff
more branding
authorFriendika <info@friendika.com>
Wed, 3 Nov 2010 04:25:59 +0000 (21:25 -0700)
committerFriendika <info@friendika.com>
Wed, 3 Nov 2010 04:25:59 +0000 (21:25 -0700)
13 files changed:
htconfig.php
images/3ring150.jpg [new file with mode: 0644]
images/friendika.gif [new file with mode: 0644]
images/friendika.ico [new file with mode: 0644]
images/friendika16.gif [new file with mode: 0644]
images/friendika16.ico [new file with mode: 0644]
images/friendika32.gif [new file with mode: 0644]
images/friendika32.ico [new file with mode: 0644]
include/nav.php
view/head.tpl
view/htconfig.tpl
view/theme/default/friendika16.gif [new file with mode: 0644]
view/theme/default/style.css

index c849b3416287d91994a8eaa5be8f17290689360d..36c685f7c160d334b66b63e9e9503c23d5ae9b93 100644 (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
 
diff --git a/images/3ring150.jpg b/images/3ring150.jpg
new file mode 100644 (file)
index 0000000..a5bbc1b
Binary files /dev/null and b/images/3ring150.jpg differ
diff --git a/images/friendika.gif b/images/friendika.gif
new file mode 100644 (file)
index 0000000..d386466
Binary files /dev/null and b/images/friendika.gif differ
diff --git a/images/friendika.ico b/images/friendika.ico
new file mode 100644 (file)
index 0000000..8428d28
Binary files /dev/null and b/images/friendika.ico differ
diff --git a/images/friendika16.gif b/images/friendika16.gif
new file mode 100644 (file)
index 0000000..f5321b1
Binary files /dev/null and b/images/friendika16.gif differ
diff --git a/images/friendika16.ico b/images/friendika16.ico
new file mode 100644 (file)
index 0000000..3deaf8f
Binary files /dev/null and b/images/friendika16.ico differ
diff --git a/images/friendika32.gif b/images/friendika32.gif
new file mode 100644 (file)
index 0000000..78e65ed
Binary files /dev/null and b/images/friendika32.gif differ
diff --git a/images/friendika32.ico b/images/friendika32.ico
new file mode 100644 (file)
index 0000000..6698c58
Binary files /dev/null and b/images/friendika32.ico differ
index e4bad3382683e368d05b0e0a7630a6d0cb652762..78db9e399fd24ca0df8350a84e88481dbf67deb7 100644 (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>';
index fc2177b8dbf8b3d6e618a56cbcde1f050b7610a9..7a962cc26d7a8544a95fe1df889500d6d414a754 100644 (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>
index 6b65844a8efe7eb28576f65733a5338c91b84299..dcc21f566790656c5269b21087e341e38b4594ca 100644 (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
 
diff --git a/view/theme/default/friendika16.gif b/view/theme/default/friendika16.gif
new file mode 100644 (file)
index 0000000..f5321b1
Binary files /dev/null and b/view/theme/default/friendika16.gif differ
index da10e9da9ad3847147e2c78763418247643fa1f7..d9d34d40913fc9d04f60f947ee670265a963f20e 100644 (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;