<@t.page 'template.upload'/> <@t.page 'button.export'/> <#if path?has_content> <@t.page 'button.delete_directory'/> <@t.page 'template.create_here'/> <@t.page 'recycle_bin'/>

<@t.page 'template_search_replace'/>
<@t.page 'template.directory'/>
<#if !path?has_content>
<@t.page 'server_config.site'/>
<@t.page 'config_data.edit'/>
<@sys.configData code="site"><#assign siteConfig=object/>
<@t.message 'config.site.site_exclude_module'/>:
<#if (siteConfig.site_exclude_module)?has_content><#list siteConfig.site_exclude_module?split(',') as a><@t.menu a/><#sep>,
<@t.message 'config.site.login_path'/>:
${(siteConfig.login_path)!}
<@t.message 'config.site.register_url'/>:
${(siteConfig.register_url)!}
<#if site.useStatic>
<@t.message 'config.site.category_template_path'/>:
${(siteConfig.category_template_path)!}
<@t.message 'config.site.category_path'/>:
${(siteConfig.category_path)!}