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>
这个提交包含在:
Lars Hjemli
2008-06-26 13:53:30 +02:00
父节点 29b37e9781
当前提交 de5e928171
修改 3 个文件,包含 13 行新增4 行删除

1
cgit.h
查看文件

@@ -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;