diff options
author | Friendika <info@friendika.com> | 2010-11-05 22:20:33 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-05 22:20:33 -0700 |
commit | 05cd91129ee58ddd228762cd394978b89c1c927e (patch) | |
tree | 1dacad12b21a5c412b6b1a64dfb77f9b6608fc01 /include/nav.php | |
parent | ce28d219d4cd16cb6477dfe554dc468f3ccb3230 (diff) | |
download | volse-hubzilla-05cd91129ee58ddd228762cd394978b89c1c927e.tar.gz volse-hubzilla-05cd91129ee58ddd228762cd394978b89c1c927e.tar.bz2 volse-hubzilla-05cd91129ee58ddd228762cd394978b89c1c927e.zip |
branding
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index b102064fb..7f15ec805 100644 --- a/include/nav.php +++ b/include/nav.php @@ -56,6 +56,6 @@ else { $banner = get_config('system','banner'); if($banner === false) - $banner = '<span style="color:red;">@</span> Friendika'; + $banner = '<img src="images/ff-32.jpg" alt="logo" /> Friendika'; $a->page['nav'] .= '<span id="banner">' . $banner . '</span>'; |