2
0
mirror of https://git.zx2c4.com/cgit synced 2025-08-30 22:05:08 +00:00

Add support for a custom header

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2009-01-29 21:27:39 +01:00
parent a61871a18f
commit b115955d71
4 changed files with 9 additions and 0 deletions

1
cgit.h
View File

@@ -135,6 +135,7 @@ struct cgit_config {
char *css;
char *favicon;
char *footer;
char *header;
char *index_header;
char *index_info;
char *logo;