diff options
author | Lars Hjemli | 2007-10-30 10:39:59 +0100 |
---|---|---|
committer | Lars Hjemli | 2007-10-30 10:39:59 +0100 |
commit | 10ac7ad1f30f914dc5ff36ba3651ef6dca11aaf7 (patch) | |
tree | 8d185e972d4b235fc46156b9173a3406af2aacf6 /cgit.h | |
parent | fc5880fab8b9afc589aaadd1299c34a6ef2a3c2d (diff) | |
download | cgit-10ac7ad1f30f914dc5ff36ba3651ef6dca11aaf7.tar.gz cgit-10ac7ad1f30f914dc5ff36ba3651ef6dca11aaf7.tar.bz2 cgit-10ac7ad1f30f914dc5ff36ba3651ef6dca11aaf7.zip |
Add config param 'index-info'
This parameter will be used to include a html file in the upcoming sidebar
on the index page.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,6 +124,7 @@ extern char *cgit_root_title; | |||
124 | extern char *cgit_css; | 124 | extern char *cgit_css; |
125 | extern char *cgit_logo; | 125 | extern char *cgit_logo; |
126 | extern char *cgit_index_header; | 126 | extern char *cgit_index_header; |
127 | extern char *cgit_index_info; | ||
127 | extern char *cgit_logo_link; | 128 | extern char *cgit_logo_link; |
128 | extern char *cgit_module_link; | 129 | extern char *cgit_module_link; |
129 | extern char *cgit_agefile; | 130 | extern char *cgit_agefile; |