f4b2cb4298
The first version of the theme
8 lines
No EOL
215 B
PHP
8 lines
No EOL
215 B
PHP
<?php
|
|
|
|
include "sitemap-generator.php";
|
|
// Create an object of the generator class passing the config file
|
|
$smg = new SitemapGenerator(include("sitemap-config.php"));
|
|
// Run the generator
|
|
$smg->GenerateSitemap();
|
|
?>
|