{template "header.html"}

{dr_lang('更改数据之后需要更新缓存之后才能生效')}

{if $data['site_domain']}
{$data['site_domain']} {php echo \Phpcmf\Service::L('html')->get_webpath(SITE_ID, 'site', '');}
{/if} {if $data['mobile_domain']}
{$data['mobile_domain']} {php echo \Phpcmf\Service::L('html')->get_webpath(SITE_ID, 'site', 'mobile/');}
{/if} {if $data['site_domains']}
{str_replace(',', '   ', $data['site_domains'])} {php echo \Phpcmf\Service::L('html')->get_webpath(SITE_ID, 'site', '');}
{/if} {loop $module $dir $t} {if !$t.error} {if $data['module_'.$dir]}
{$data['module_'.$dir]} {php echo \Phpcmf\Service::L('html')->get_webpath(SITE_ID, $dir, '');}
{/if} {if $data['module_mobile_'.$dir]}
{$data['module_mobile_'.$dir]} {php echo \Phpcmf\Service::L('html')->get_webpath(SITE_ID, $dir, 'mobile/');}
{/if} {/if} {/loop}
{template "footer.html"}