1
0
Fork 0

get rid of 'Friendika'

This commit is contained in:
friendica 2012-10-18 21:51:45 -07:00
commit 2347a4326c
79 changed files with 199 additions and 468 deletions

View file

@ -11,7 +11,7 @@
<?php if( $a->module === 'home' ) { ?>
<center>
<div class="login-button">
<a href="login" class="login-button-link"><img class="login-button-image" src="/images/friendika-1600.png" title="Click to log in"></a>
<a href="login" class="login-button-link"><img class="login-button-image" src="/images/friendica-1600.png" title="Click to log in"></a>
</div>
</center>

View file

@ -44,7 +44,7 @@
{{ endif }}
{{ if $nav.help }}
<li><a id="nav-help-link" class="$nav.help.2 nav-load-page-link" target="friendika-help" href="$nav.help.0" title="$nav.help.3" >$nav.help.1</a></li>
<li><a id="nav-help-link" class="$nav.help.2 nav-load-page-link" target="friendica-help" href="$nav.help.0" title="$nav.help.3" >$nav.help.1</a></li>
{{ endif }}
{{ if $nav.logout }}

View file

@ -308,7 +308,7 @@ div.main-container {
border-radius: 5px;
padding: 5px;
font-weight: bold;
background: #3465a4 url('friendika-16.png') no-repeat 95% center;
background: #3465a4 url('friendica-16.png') no-repeat 95% center;
}
#wallmessage-link {
display: block;
@ -589,7 +589,7 @@ footer {
input#dfrn-url {
float: left;
background: url(friendika-16.png) no-repeat;
background: url(friendica-16.png) no-repeat;
background-position: 2px center;
font-size: 17px;
padding-left: 21px;