mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
6 lines
235 B
HTML
6 lines
235 B
HTML
<!-- logo -->
|
|
{{if !empty($module_data) and !empty($module_data['logo'])}}
|
|
<a href="{{$module_data['logo']}}" target="_blank">
|
|
<img src="{{$module_data['logo']}}" class="am-radius" width="50" height="50" />
|
|
</a>
|
|
{{/if}} |