From b115955d71c50cd2d0065c45f3df6b02fa4730bd Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Thu, 29 Jan 2009 20:27:39 +0000 Subject: Add support for a custom header Signed-off-by: Lars Hjemli --- (limited to 'ui-shared.c') diff --git a/ui-shared.c b/ui-shared.c index 4f28512..de77bbf 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -500,6 +500,8 @@ void cgit_print_docstart(struct cgit_context *ctx) } html("\n"); html("\n"); + if (ctx->cfg.header) + html_include(ctx->cfg.header); } void cgit_print_docend() -- cgit v0.9.0.2