mirror of
https://github.com/flextype/flextype.git
synced 2025-08-24 05:43:10 +02:00
fix(core): issue with themes thumbnails
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
{{ theme.name }}
|
||||
</div>
|
||||
<div style="padding: 0px;">
|
||||
<img src="{{ base_url() }}/site/themes/default/thumbnail.jpg" class="card-img-top" alt="{{ theme.name }}">
|
||||
<img src="{{ base_url() }}/site/themes/{{ key }}/thumbnail.jpg" class="card-img-top" alt="{{ theme.name }}">
|
||||
</div>
|
||||
<div class="card-footer text-center">
|
||||
<div class="btn-group">
|
||||
|
Reference in New Issue
Block a user