mirror of
https://github.com/flynx/photobook.git
synced 2025-10-29 10:20:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2f90ff9266
commit
1dd87ecead
@ -168,11 +168,13 @@ IMAGE_PAGE=${IMAGE_PAGE:=imagepage}
|
|||||||
# dynamic spread templates...
|
# dynamic spread templates...
|
||||||
# NOTE: the index here corresponds to the number of images found in a
|
# NOTE: the index here corresponds to the number of images found in a
|
||||||
# spread directory...
|
# spread directory...
|
||||||
IMAGE_SPREAD=${IMAGE_SPREAD:=(
|
if [ ${#IMAGE_SPREAD[@]} = 0 ] ; then
|
||||||
[0]=text-spread
|
IMAGE_SPREAD=(
|
||||||
[1]=imagebleedleft
|
[0]=text-spread
|
||||||
[2]=image-image
|
[1]=imagebleedleft
|
||||||
)}
|
[2]=image-image
|
||||||
|
)
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user