cleanup photo page a bit more, some work on branding
This commit is contained in:
parent
b3856a797b
commit
4f8445760c
4 changed files with 49 additions and 24 deletions
|
@ -55,7 +55,7 @@ else {
|
|||
|
||||
$banner = get_config('system','banner');
|
||||
|
||||
if($banner === false)
|
||||
$banner = 'Friendika';
|
||||
if($banner === false)
|
||||
$banner = '<span style="color:red;">@</span> Friendika';
|
||||
|
||||
$a->page['nav'] .= '<span id="banner">' . $banner . '</span>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue