-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 de77bbf..40060ba 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -613,2 +613,4 @@ void cgit_print_pageheader(struct cgit_context *ctx) html("<tr>\n"); + + if (ctx->cfg.logo && ctx->cfg.logo[0] != 0) { html("<td class='logo' rowspan='2'><a href='"); @@ -621,2 +623,3 @@ void cgit_print_pageheader(struct cgit_context *ctx) html("' alt='cgit logo'/></a></td>\n"); + } |