#!/usr/bin/perl
# Generateur de galeries html
# N. Zwahlen, 2004 - 2005
my $pagesDir = "pages/";
my $photoDir = "photos/";
my $thumbsDir = "thumbs/";
my $hfDir = "."; # pour les header/footer
my $docType = qq//;
$arrowDir = ".."; # pour les fleches de navigation
$strPrev = qq//;
$strBack = qq//;
$strNext = qq//;
$arg1 = shift;
# if -h option, print help message and exit
if ($arg1 eq "-h" || $arg1 eq "--help") {
print "Usage :\n\tzGalleryMaker Title\n";
print "\tzGalleryMaker