diff options
-rw-r--r-- | inc/template.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/template.php b/inc/template.php index 9a874530d..5997e0d33 100644 --- a/inc/template.php +++ b/inc/template.php @@ -181,6 +181,7 @@ function tpl_toc($return=false){ } } + trigger_event('TPL_TOC_RENDER', $toc, NULL, false); $html = html_TOC($toc); if($return) return $html; echo $html; |