summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-03-14 13:18:47 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-03-14 13:18:47 +0100
commitf37ddb3c6f7f903fd77935b7a7aefe11cbe00831 (patch)
treec0292797a605e9875d53c0f7e27893cce989bc14 /src/setup.h
parent0f3fcf7c383271a3762b52e38309bc18fca49aec (diff)
downloadcataract-f37ddb3c6f7f903fd77935b7a7aefe11cbe00831.tar.xz
Make theming more flexible
Template support files (CSS, images, scripts) are now a list instead of hardcoded single CSS and single script file
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/setup.h b/src/setup.h
index cba4278..3d2e7cc 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -42,8 +42,7 @@ typedef struct {
char *template_index;
char *template_album;
char *template_photo;
- char *styles;
- char *scripts;
+ char **template_files;
char *footer;
char *meta_author;