From 0b3c746ba80738dbe0885a21406409390936537c Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 01 Feb 2009 18:17:52 +0000 Subject: Merge branch 'lh/header' --- (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index 608cab6..64d95f9 100644 --- a/cgit.c +++ b/cgit.c @@ -31,6 +31,8 @@ void config_cb(const char *name, const char *value) ctx.cfg.favicon = xstrdup(value); else if (!strcmp(name, "footer")) ctx.cfg.footer = xstrdup(value); + else if (!strcmp(name, "header")) + ctx.cfg.header = xstrdup(value); else if (!strcmp(name, "logo")) ctx.cfg.logo = xstrdup(value); else if (!strcmp(name, "index-header")) -- cgit v0.9.0.2