Add thumbnails to templates

[MAILPOET-922]
This commit is contained in:
Pavel Dohnal
2017-06-28 10:13:52 +01:00
parent 97607993fb
commit cbce789ac8
15 changed files with 15 additions and 0 deletions

View File

@ -482,6 +482,7 @@ class Faith {
}
private function getThumbnail() {
return $this->template_image_url . '/faith.jpg';
}
}