2013-01-15 10:29:59 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2023-02-13 01:38:57 +01:00
|
|
|
<?xml-stylesheet type='text/xsl' href='{$AbsoluteBaseURL}/sitemap.xml/styleSheetIndex'?>
|
2013-01-15 10:29:59 +01:00
|
|
|
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><% loop Sitemaps %>
|
|
|
|
<sitemap>
|
2023-02-13 01:38:57 +01:00
|
|
|
<loc>{$AbsoluteBaseURL}/sitemap.xml/sitemap/$ClassName/$Page.xml</loc>
|
2018-02-14 23:22:00 +01:00
|
|
|
<% if $LastModified %><lastmod>$LastModified</lastmod><% end_if %>
|
2013-01-15 10:29:59 +01:00
|
|
|
</sitemap><% end_loop %>
|
2013-11-08 09:37:50 +01:00
|
|
|
</sitemapindex>
|