diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-02-16 12:20:53 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-02-16 12:20:53 +0100 |
| commit | a0f45c9e97570bea83001c8106b5847723e8a863 (patch) | |
| tree | c914acb0020adeb0c993e7b24358f74ff4b1f746 /src | |
| parent | 6ed44b35ccf07ac02790ef9b7cb15104e4612b40 (diff) | |
move templates into sub directory
Diffstat (limited to 'src')
| -rw-r--r-- | src/photoalbum.default.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/photoalbum.default.conf b/src/photoalbum.default.conf index 3d7fa3d..2a85fc7 100644 --- a/src/photoalbum.default.conf +++ b/src/photoalbum.default.conf @@ -9,8 +9,8 @@ MAXPREVIEWS=100 # Diverse directories, need to be full paths, not relative! INCOMING_DIR=$(pwd)/incoming DIST_DIR=$(pwd)/dist -TEMPLATE_DIR=/usr/share/photoalbum/templates -#TEMPLATE_DIR=/usr/share/photoalbum/templates-minimal +TEMPLATE_DIR=/usr/share/photoalbum/templates/default +#TEMPLATE_DIR=/usr/share/photoalbum/templates/minimal # Includes a .tar of the incoming dir in the dist, can be yes or no TARBALL_INCLUDE=yes |
