shop-old/themes/admin/templates/admin_xml_sitemap.tpl
2026-04-20 01:03:43 +02:00

14 lines
333 B
Smarty

<div style="position:relative;left:10px;width:1000px;">
<h2>XML-Sitemap</h2>
{if $message}
<h3>{$message}</h3>
<pre><code>{$sitemap}</code></pre>
{else}
<form method="post">
<input type="hidden" name="modul" value="admin_xmlsitemap" />
<input type="submit" name="speichern" value="XML-Sitemap erstellen"><br>
</form>
{/if}
</div>