From 11a44a107da2951e469976508ae57748fe7dee70 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Mon, 3 Jan 2011 10:08:53 +0100 Subject: add plugin hook to home page content --- mod/home.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/home.php') diff --git a/mod/home.php b/mod/home.php index 53b111bdf..2d646f8dd 100644 --- a/mod/home.php +++ b/mod/home.php @@ -24,6 +24,9 @@ function home_content(&$a) { $o .= file_get_contents('home.html'); $o .= login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1); + + call_hooks("home_content",$o); + return $o; -- cgit v1.2.3