summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-02-16 12:20:53 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-02-16 12:20:53 +0100
commita0f45c9e97570bea83001c8106b5847723e8a863 (patch)
treec914acb0020adeb0c993e7b24358f74ff4b1f746 /src
parent6ed44b35ccf07ac02790ef9b7cb15104e4612b40 (diff)
move templates into sub directory
Diffstat (limited to 'src')
-rw-r--r--src/photoalbum.default.conf4
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