1
0
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:
Awilum
2019-09-22 10:57:53 +03:00
parent 25a94f89c3
commit 40468bb238

View File

@@ -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">