Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Created November 7, 2016 11:57
Show Gist options
  • Save CB9TOIIIA/341ee32987598cfb845f5a061a5d5812 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/341ee32987598cfb845f5a061a5d5812 to your computer and use it in GitHub Desktop.
getBody J!
$documentbody = JResponse::getBody();
$documentbody = str_replace ("</body>", $code." </body>", $documentbody);
JResponse::setBody($documentbody);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment