<?php
define('CACHE_TIME', 86400);//86400
$_GET['force_template'] = 'sitemap';
$_GET['skip_cell_settings'] = true; // skips cell K calculation - saves a bit of processor time
// $_GET['custom_galleries'] = true; // uncomment this line if you need only custom galleries in site map
header('Content-Type: application/xml');
include('./google/tube/index.php');