Add support for a custom header

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Bu işleme şunda yer alıyor:
Lars Hjemli
2009-01-29 21:27:39 +01:00
ebeveyn a61871a18f
işleme b115955d71
4 değiştirilmiş dosya ile 9 ekleme ve 0 silme

Dosyayı Görüntüle

@@ -500,6 +500,8 @@ void cgit_print_docstart(struct cgit_context *ctx)
}
html("</head>\n");
html("<body>\n");
if (ctx->cfg.header)
html_include(ctx->cfg.header);
}
void cgit_print_docend()