Add reference to xml-sitemapindex.xsl in GoogleSitemapController.ss

This commit is contained in:
Jyrki Lilja 2013-11-08 10:37:50 +02:00
parent ba69d670e5
commit 708cb5d166
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type='text/xsl' href='{$BaseHref}googlesitemaps/templates/xml-sitemapindex.xsl'?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><% loop Sitemaps %>
<sitemap>
<loc>{$BaseHref}sitemap.xml/sitemap/$ClassName/$Page.xml</loc>
<% if LastModified %><lastmod>$LastModified</lastmod><% end_if %>
</sitemap><% end_loop %>
</sitemapindex>
</sitemapindex>