aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorGravatar Lars Hjemli <hjemli@gmail.com>2007-05-19 07:00:25 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2007-05-19 07:00:25 (JST)
commitde69ce020c4ccd7146d6ac72bbd8f417088e8c03 (patch)
tree38abaae795c5465f8086ed325b4a6587de76268e /cgit.h
parent5e75128a8bee885d83563d8c521172328d511d12 (diff)
downloadcgit-de69ce020c4ccd7146d6ac72bbd8f417088e8c03.zip
cgit-de69ce020c4ccd7146d6ac72bbd8f417088e8c03.tar.gz
Teach cgit howto include an external file on index page.
The new parameter index-header can be used to name an external file which will be included verbatim at the top of the index page. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index fc44a71..3ee11bb 100644
--- a/cgit.h
+++ b/cgit.h
@@ -75,6 +75,7 @@ extern struct repoinfo *cgit_repo;
75extern char *cgit_root_title; 75extern char *cgit_root_title;
76extern char *cgit_css; 76extern char *cgit_css;
77extern char *cgit_logo; 77extern char *cgit_logo;
78extern char *cgit_index_header;
78extern char *cgit_logo_link; 79extern char *cgit_logo_link;
79extern char *cgit_module_link; 80extern char *cgit_module_link;
80extern char *cgit_virtual_root; 81extern char *cgit_virtual_root;