// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>
Christmas-tide Marriage in the Fifteenth Century, A
434 piece, semi-interlocking, mahogany ply jigsaw puzzle featuring a painting by the Irish artist/illustrator George Morrow (1869-1955). The artwork has likely origins as a magazine centrefold, possibly the "Sphere"*, with the cutter having divided the puzzle into two distinct halves down the central fold line. Fully interlocking borders around both sections conceal a mix of interlocking and non-interlocking pieces, with abundant colour line-cutting and the individually cut V.T. H. initial pieces grouped together in the upper right, church porch area.
*A November 21st 1934 edition of the Sphere, with which were incorporated "Black & White" and "The Graphic" magazines, featured a similarly styled image, also by George Morrow, entitled "The Christmas Spirit".
Images and details of this fine puzzle have been kindly contributed by Nicki Barker
Artist: Morrow, George
Date: c1930s
Brand: V.T.H. Puzzles, The
Material: Mahogany plywood
Nationality: British-England
Number: 117
Pieces: 434
Size: 17 1/2" x 11"
Theme: Christmas
Title: Christmas-tide Marriage in the Fifteenth Century, A
// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>