I am trying to do a sitemap for the Gallery module using Sitemap madesimple and this code
Code: Select all
{capture }
{cms_module module='Gallery' template="prettyPhoto2" }
{/capture}
{foreach from=$images item=image}
<url>
<loc>{$image->file}</loc>
<lastmod>{$image->filedate|date_format:"%Y-%m-%d"}</lastmod>
<priority>{$page->priority}</priority>
<changefreq>{$page->frequency}</changefreq>
</url>
{/foreach}"http://localhost/cms made simple/galerie/Precambrien/1-16-353.html"
but in the sitemap {$image->file} give me "uploads/images/Gallery/Precambrien/"
My Question is why this difference and is it possible to do a site map for the Gallery module?


