<?php
if (!defined('SMF'))
die('Hacking attempt...');

Function Gallery()
{

	global  $txt, $scripturl,  $db_prefix, $context;
	LoadTemplate('Gallery');
	$context['page_title'] = "Gallery";
	$context['linktree'][] = array(
		'url' => $scripturl . '?action=gallery',
		'name' => $txt['gallery']
	);

}

?>
