From f37ddb3c6f7f903fd77935b7a7aefe11cbe00831 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 14 Mar 2009 13:18:47 +0100 Subject: Make theming more flexible Template support files (CSS, images, scripts) are now a list instead of hardcoded single CSS and single script file --- src/setup.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/setup.h') 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; -- cgit v1.2.3