mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
include/nav.php - Friendika -> Friendica
This commit is contained in:
parent
fed6330ea6
commit
3ef6344d41
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ function nav(&$a) {
|
|||
$banner = get_config('system','banner');
|
||||
|
||||
if($banner === false)
|
||||
$banner .= '<a href="http://friendica.com"><img id="logo-img" src="images/friendika-32.png" alt="logo" /></a><span id="logo-text"><a href="http://friendica.com">Friendica</a></span>';
|
||||
$banner .= '<a href="http://friendica.com"><img id="logo-img" src="images/friendica-32.png" alt="logo" /></a><span id="logo-text"><a href="http://friendica.com">Friendica</a></span>';
|
||||
|
||||
|
||||
$tpl = get_markup_template('nav.tpl');
|
||||
|
|
Loading…
Reference in a new issue