cyrilleinvalides/choupas/www/admin/app/templates/front/standalone/sitemap.xml

18 lines
757 B
XML
Executable File

<?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 "cine.pages.crud"@Service->get().read() : item]>
<url>
<loc>http://{$server.HTTP_HOST}/{item@makeURL}</loc>
</url>
<[/foreach]>
<[foreach "cine.pages_details.crud"@Service->get().read() : detail]>
<[foreach "cine.%1$s.crud"@sprintf(detail.model)@Service->get().read(['actif': 1]@array_merge( (detail.query :: '{}')@json_decode(1))) : item]>
<url>
<loc>http://{$server.HTTP_HOST}/{item@makeURL(detail)}</loc>
</url>
<[/foreach]>
<[/foreach]>
</urlset>