Add support for including a footer on all pages

The new cgitrc option `footer` can be used to include a html-file which
replaces the standard 'generated by cgit' message at the bottom of each
page.

Suggested-by: Peter Danenberg <pcd@wikitex.org>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2008-06-26 13:53:30 +02:00
parent 29b37e9781
commit de5e928171
3 changed files with 13 additions and 4 deletions

1
cgit.h
View File

@ -125,6 +125,7 @@ struct cgit_config {
char *cache_root;
char *clone_prefix;
char *css;
char *footer;
char *index_header;
char *index_info;
char *logo;