mirror of
https://github.com/flynx/photobook.git
synced 2025-10-28 18:00:10 +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...
|
||||
# NOTE: the index here corresponds to the number of images found in a
|
||||
# spread directory...
|
||||
IMAGE_SPREAD=${IMAGE_SPREAD:=(
|
||||
[0]=text-spread
|
||||
[1]=imagebleedleft
|
||||
[2]=image-image
|
||||
)}
|
||||
if [ ${#IMAGE_SPREAD[@]} = 0 ] ; then
|
||||
IMAGE_SPREAD=(
|
||||
[0]=text-spread
|
||||
[1]=imagebleedleft
|
||||
[2]=image-image
|
||||
)
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user