diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-07 21:46:27 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-07 21:46:27 +0100 |
| commit | 0f3fcf7c383271a3762b52e38309bc18fca49aec (patch) | |
| tree | 50587cfd0f39fa932cadb4d6703d847c2220224c /src/setup.h | |
| parent | 895513e06150927cf5db6600ca164bdae15d4d75 (diff) | |
| download | cataract-0f3fcf7c383271a3762b52e38309bc18fca49aec.tar.xz | |
Favicon support
Diffstat (limited to 'src/setup.h')
| -rw-r--r-- | src/setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h index 111e9b1..cba4278 100644 --- a/src/setup.h +++ b/src/setup.h @@ -73,6 +73,9 @@ typedef struct { char *site_title; char *add_copyright; gboolean use_inpage_links; + + char *favicon_file; + char *favicon_type; } TGallerySetup; |
