vr-shopxo-source/application/admin/view/default/link/module/url.html

4 lines
161 B
HTML
Raw Normal View History

2020-06-19 10:44:38 +00:00
<!-- url -->
2020-06-16 15:27:12 +00:00
{{if !empty($module_data['url'])}}
<a href="{{$module_data.url}}" target="_blank" title="{{$module_data.name}}">{{$module_data.url}}</a>
{{/if}}