Using the FireEvent('AfterBody')

edited July 2011 in Vanilla 2.0 - 2.8
I'm trying to print out some text where the AfterBody event fires in the main template and I currently have this in my plugin but it's not working. Any suggestions?

class FixedCommunityPlugin extends Gdn_Plugin { public function Base_AfterBody_Handler($Sender) { echo "This should print at the bottom"; } }
Tagged:
Sign In or Register to comment.