diff options
author | Lars Hjemli | 2009-07-25 12:04:08 +0200 |
---|---|---|
committer | Lars Hjemli | 2009-07-25 12:04:08 +0200 |
commit | 542f6a433034935a1aa895f7ef3273968915a5d1 (patch) | |
tree | 8fc123b3d9f014f31b5b160a9456c85b6c19aa0d /cgit.c | |
parent | 681fdc45473143de3f3c5f69fbc7b94f5d6b0b75 (diff) | |
parent | f618e8f7174011e1e793df2c67fb9d1341652054 (diff) | |
download | cgit-542f6a433034935a1aa895f7ef3273968915a5d1.tar.gz cgit-542f6a433034935a1aa895f7ef3273968915a5d1.tar.bz2 cgit-542f6a433034935a1aa895f7ef3273968915a5d1.zip |
Merge branch 'ml/head-include'
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,8 @@ void config_cb(const char *name, const char *value) | |||
31 | ctx.cfg.favicon = xstrdup(value); | 31 | ctx.cfg.favicon = xstrdup(value); |
32 | else if (!strcmp(name, "footer")) | 32 | else if (!strcmp(name, "footer")) |
33 | ctx.cfg.footer = xstrdup(value); | 33 | ctx.cfg.footer = xstrdup(value); |
34 | else if (!strcmp(name, "head-include")) | ||
35 | ctx.cfg.head_include = xstrdup(value); | ||
34 | else if (!strcmp(name, "header")) | 36 | else if (!strcmp(name, "header")) |
35 | ctx.cfg.header = xstrdup(value); | 37 | ctx.cfg.header = xstrdup(value); |
36 | else if (!strcmp(name, "logo")) | 38 | else if (!strcmp(name, "logo")) |