X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpretheme.php;h=14d1f2b9ea1fd2572696c8f7bede585a73e8c668;hb=a876c208504af3ee801689886ec8cab8f3eeff00;hp=694fd5ba2796a6f6ea19dcafcf7e75a1feeb9764;hpb=d2280d4120ca09ff5f3013e961a1f43bb5244cc6;p=friendica.git diff --git a/mod/pretheme.php b/mod/pretheme.php index 694fd5ba27..14d1f2b9ea 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(); + + exit(); }