X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/ee2c6904c083d5bc5cfbbf6fa377604c9c42b8f5..494ef23b50d7e4ff51a7a177c5b0068e1beb4199:/html.h diff --git a/html.h b/html.h index 6615a4a..47b7ffd 100644 --- a/html.h +++ b/html.h @@ -83,6 +83,11 @@ struct html_config { * directories in the report. */ int showfiles; + /* + * The string appearing in the part of HTML pages, before + * a colon followed by the path being served. Default is "agedu". + */ + const char *html_title; }; /*