{* Static Seo Urls Layout *} {extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="static_seo_urls" name="txt"} {load_language_text section="buttons" name="btn"} {block name="admin_static_seo_urls_index"}
{$txt.NAME} | {$txt.SITEMAP_ENTRY_OVERVIEW} | {$txt.ROBOTS_ENTRY_OVERVIEW} | {/block} {/block} {block name="admin_static_seo_urls_index_table_tbody"} {if count($content.staticSeoUrls) > 0} {foreach $content.staticSeoUrls as $staticSeoUrl} {include file="get_usermod:static_seo_urls/index/table_row.html" staticSeoUrl=$staticSeoUrl} {/foreach} {else} {include file="get_usermod:static_seo_urls/index/table_row_empty.html"} {/if} {/block} |
---|