From e9ba1fbc257dbea9c25fcd8accf02eccbe411ffb Mon Sep 17 00:00:00 2001 From: Al Brookbanks Date: Mon, 23 Feb 2015 14:24:15 +0000 Subject: [PATCH] Implemented #259 --- admin/sources/reports.index.inc.php | 4 +++- modules/plugins/hooks.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/admin/sources/reports.index.inc.php b/admin/sources/reports.index.inc.php index ab4a0764d..1c414b072 100755 --- a/admin/sources/reports.index.inc.php +++ b/admin/sources/reports.index.inc.php @@ -215,4 +215,6 @@ foreach ($GLOBALS['hooks']->load('admin.reports.final') as $hook) include $hook; -$page_content = $GLOBALS['smarty']->fetch('templates/reports.index.php'); \ No newline at end of file +$page_content = $GLOBALS['smarty']->fetch('templates/reports.index.php'); + +foreach ($GLOBALS['hooks']->load('admin.reports.display') as $hook) include $hook; \ No newline at end of file diff --git a/modules/plugins/hooks.xml b/modules/plugins/hooks.xml index e7fc5a1eb..22ed2311e 100755 --- a/modules/plugins/hooks.xml +++ b/modules/plugins/hooks.xml @@ -64,6 +64,7 @@ +