X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpretheme.php;h=be92885b72938a864d61b6fdd35267ce4d05111b;hb=39ff6e9ce9251fe69b56ba05ea7bdc1896f34de2;hp=694fd5ba2796a6f6ea19dcafcf7e75a1feeb9764;hpb=2178feab30c6bedbf1206b3e1f141a76301ab5fc;p=friendica.git diff --git a/mod/pretheme.php b/mod/pretheme.php index 694fd5ba27..be92885b72 100644 --- a/mod/pretheme.php +++ b/mod/pretheme.php @@ -1,22 +1,24 @@ get_theme_screenshot($theme), 'desc' => $desc, 'version' => $version, 'credits' => $credits)); + echo json_encode(['img' => get_theme_screenshot($theme), 'desc' => $desc, 'version' => $version, 'credits' => $credits]); } + killme(); }