X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpretheme.php;h=4989eb87b716539b7436c98e7cfb7a48b5d5b099;hb=4161908f43a6861884ee23a17257da843aa8b22f;hp=694fd5ba2796a6f6ea19dcafcf7e75a1feeb9764;hpb=ee39aba490fb7e17ba9c01a9a4f4aedc51bee564;p=friendica.git diff --git a/mod/pretheme.php b/mod/pretheme.php index 694fd5ba27..4989eb87b7 100644 --- a/mod/pretheme.php +++ b/mod/pretheme.php @@ -1,22 +1,25 @@ get_theme_screenshot($theme), 'desc' => $desc, 'version' => $version, 'credits' => $credits)); + echo json_encode(['img' => Theme::getScreenshot($theme), 'desc' => $desc, 'version' => $version, 'credits' => $credits]); } + killme(); }