<?php

###################################################
# Sample configuration file for SPGM.
# You can modify it at your ease...
#
# The properties defined in this file are inherited 
# in each subgallery. 
######################### by Sylvain Pajot ########

# duration within wich pictures/galleries are considered
# to be new (if commented, default value is 30)
# value must be a number
$new_status_duration = 14;

# number of thumnails per page (if commented, default 
# value is 10)
# value must be a number
$thumbnails_per_page = 14;

# number of thumnails per row (if commented, default value 
# is 5)
# value must be a number
$thumbnails_per_row = 7;

# level of subgalleries to go down into when displaying
# a gallery (if commented, default value is INFINITE)
# value must be a number or INFINITE
$subgal_display_level = INFINITE;

# toggle lexicographical sort for gallery listing (if
# commented, default value is false and the galleries 
# are sorted upon creation date)
# value must be true or false
$sort_gallery_by_name = true;

# toggle to display picture captions along with the
# thumbnails (if commented, default value is false).
# value must be true or false
#$display_captions_with_thumbnails = false;

# Zoom factor buttons.
# For each value (a positive percentage) within the 
# array, a button is generated (if commented, default 
# array is empty and no buttons are generated).
# values within the array must be postive numbers
$zoom_factors = array(50, 100, 150);

# Language choice (if commented, default value is "en"
# for "english").
# values must correspond to a file extension within 
# the "lang" directory (e.g. "lang.en") 
$lang = "ua";

# theme used (default value: "default")
# the value refers to a directory name in the "themes"
# directory
$theme = "default";

# header file to include before rendering this gallery.
# It is intended to allow you to integrate your galleries
# to "templates" you may use for your website.
# The value is the path to the header file from the SPGM
# base directory (i.e. "header.html" means "spgm/header.hmtl").
# If not initialized, SPGM generates a default header.
# Some of the following variables can be accessed from 
# this file (if using PHP). Note that you can access the
# $html_header_stylesheet as well, which is defined in 
# the theme file.
#
$file_header = "header.htm";

# footer file to include once the gallery code has been 
# generated.
# The value is the path to the footer file from the SPGM
# base directory (i.e. "footer.html" means "spgm/footer.html").
# If not initialized, SPGM generates a default footer.
#
#$file_footer = "foot.htm";

# gallery's title
# This variable is accessible from the header file (PHP)
$html_header_title = "Фотогалерея Херсонської обласної клінічної лікарні";

# gallery's author
# This variable is accessible from the header file (PHP)
#$html_header_meta_author = "Кудрев Ю.В.";

# gallery's textual description
# This variable is accessible from the header file (PHP)
$html_header_meta_description = "Фотогалерея лікарні";

# gallery's keywords
# Uncomment the line if you want to use it (remove the "#"
# right before the variable declaration).
# This variable is accessible from the header file (PHP)
#
#$html_header_favicon = "";
?>

