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

@ -671,6 +671,7 @@ class ScienceWeekly {
}
private function getThumbnail() {
return $this->template_image_url . '/science-weekly.jpg';
}
}