Browse Source

show-thread event

pull/40/head
Michael Foster 11 years ago
parent
commit
9d770f456f
  1. 2
      inc/display.php

2
inc/display.php

@ -512,6 +512,8 @@ class Thread {
public function build($index=false) {
global $board, $config, $debug;
event('show-thread', $this);
$built = Element('post_thread.html', array('config' => $config, 'board' => $board, 'post' => &$this, 'index' => $index));
return $built;

Loading…
Cancel
Save