You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
519 B

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
{foreach $sitemaps as $sitemap}
<url>
<loc>{$scheme}{$smarty.server.SERVER_NAME}{$port}{$sitemap->loc}</loc>
<changefreq>{$sitemap->priority}</changefreq>
<priority>{$sitemap->changefreq}</priority>
</url>
{/foreach}
</urlset>