frost-mobile: on subdirectory installs the login screen image was not found

This commit is contained in:
Tobias Diekershoff 2012-11-08 06:48:49 +01:00
parent cbbd68563b
commit 815d48e5e4
1 changed files with 1 additions and 1 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/friendica-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>