Skip to content

Instantly share code, notes, and snippets.

@splittingred
Created May 24, 2011 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save splittingred/989169 to your computer and use it in GitHub Desktop.
Save splittingred/989169 to your computer and use it in GitHub Desktop.
<?php
$response = array();
switch ($modx->event->name) {
case 'OnDiscussRenderHome':
$response['top'] = 'My custom stuff goes here!';
break;
}
$modx->event->_output = $response;
return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment