bharvey42, templates for what ? Installation ? Yes, there are one installationscript then you configure the most in galleryconfig.php
Part of it lookes like:
$cfgPageTitle = "FiskeSnack´s photo gallery";
$cfgGalleryDB = "vgallery";
$cfgNumPerRowDefault = 3;
$cfgRowPerPageDefault = 2;
$cfgNumPerRow = $cfgNumPerRowDefault;
$cfgRowPerPage = $cfgRowPerPageDefault;
$cfgImageDirWeb = "images/";
$cfgImageDirLocal = "/home/vgallery/images/";
$cfgThumbDirWeb = "thumbnails/";
$cfgThumbDirLocal = "/home/vgallery/thumbnails/";
$cfgAdminList = "1";
$cfgForumDir = "/home/forum/";
$cfgGalleryDir = "/home/vgallery/";
$cfgThumbWidth = 160;
$cfgThumbHeight = 120;
$cfgMediumWidth = 640;
$cfgMediumHeight = 480;
$cfgThumbRow1BG = "#999999";
$cfgThumbRow2BG = "#999999";
$cfgCommentRow1BG = "#999999";
$cfgCommentRow2BG = "#999999";
$cfgTableBorder = "#244581";
$cfgHeaderBG = "#244581";
$cfgStdTableBG = "#244581";
$cfgConvert = "/usr/local/bin/convert";
$cfgSortVotesLimit = 2;
|