<?php
	include "head.html";
	include "main.html";
?>

<?php
	import_request_variables("g");
	if (empty($s)) {
		include "album.content";	
	} else {
		include "album/$s/index.content";
	}
?>

<?php
        $timestamp = date("D, M d, Y H:i:s", filemtime(__FILE__))." by ".get_current_user();
        include "foot.html";
?>

