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}}
|