2023-01-07 18:55:55 +05:00
|
|
|
<?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">
|
|
|
|
<url>
|
|
|
|
<loc>https://{$smarty.server.SERVER_NAME}</loc>
|
|
|
|
<lastmod>{$data}T08:42:45+00:00</lastmod>
|
|
|
|
<priority>1.00</priority></url>
|
|
|
|
{section name=customer loop=$link} {if $link[customer].link}
|
|
|
|
<url>
|
|
|
|
<loc>https://{$smarty.server.SERVER_NAME}{$link[customer].link}</loc>
|
|
|
|
<lastmod>{$data}T08:42:45+00:00</lastmod>
|
|
|
|
<priority>1.00</priority>
|
|
|
|
</url>
|
|
|
|
{/if}
|
|
|
|
{/section}
|
|
|
|
</urlset>
|