Using the FireEvent('AfterBody')
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:
0