vr-shopxo-source/app/admin/view/default/lib/seo_data.html

16 lines
617 B
HTML

<div class="item" data-key="seo-data-title">
{{if !empty($data)}}
<dl class="dl-content">
<dt>{{:MyLang('form_seo_title_title')}}</dt>
<dd>{{if !empty($data['seo_title'])}}{{$data.seo_title}}{{/if}}</dd>
<dt>{{:MyLang('form_seo_keywords_title')}}</dt>
<dd>{{if !empty($data['seo_keywords'])}}{{$data.seo_keywords}}{{/if}}</dd>
<dt>{{:MyLang('form_seo_desc_title')}}</dt>
<dd>{{if !empty($data['seo_desc'])}}{{$data.seo_desc}}{{/if}}</dd>
</dl>
{{else /}}
{{:ModuleInclude('public/not_data')}}
{{/if}}
</div>