Rename thumbnails in PHP classes

This commit is contained in:
Amine Ben hammou
2019-04-17 21:50:16 +02:00
committed by M. Shull
parent 7fd4270f59
commit 31fd1ed01e
74 changed files with 3305 additions and 3305 deletions

View File

@ -345,7 +345,7 @@ class PostNotificationsBlank1Column {
}
private function getThumbnail() {
return $this->external_template_image_url . '/screenshot.jpg';
return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg';
}
}