author | Lars Hjemli <hjemli@gmail.com> | 2009-08-18 11:14:11 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-08-18 11:14:11 (UTC) |
commit | 73b54f7d7e21fbb15c50e21eafe1737df96b2073 (patch) (side-by-side diff) | |
tree | 50b27e54f940e4a3c645e48a73431d4014e18eed | |
parent | cb92d05b6b729cd0e219b43d7a79aff832a9c1ac (diff) | |
parent | 6421dc38db02eff8d3ada93e87a2f7e5292af131 (diff) | |
download | cgit-73b54f7d7e21fbb15c50e21eafe1737df96b2073.zip cgit-73b54f7d7e21fbb15c50e21eafe1737df96b2073.tar.gz cgit-73b54f7d7e21fbb15c50e21eafe1737df96b2073.tar.bz2 |
Merge branch 'stable'
-rw-r--r-- | ui-shared.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui-shared.c b/ui-shared.c index cf06511..07d5dd4 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -632,2 +632,4 @@ static void print_header(struct cgit_context *ctx) html("<tr>\n"); + + if (ctx->cfg.logo && ctx->cfg.logo[0] != 0) { html("<td class='logo' rowspan='2'><a href='"); @@ -640,2 +642,3 @@ static void print_header(struct cgit_context *ctx) html("' alt='cgit logo'/></a></td>\n"); + } |