From 023fd8002e68aeb3e1a15faf2a88d7953857c080 Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Mon, 11 May 2009 20:07:16 -0700 Subject: [PATCH] Added summary hook Signed-off-by: Heikki Hokkanen --- inc/plugins.php | 1 + templates/summary.php | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/inc/plugins.php b/inc/plugins.php index 84a0598..16683cb 100644 --- a/inc/plugins.php +++ b/inc/plugins.php @@ -54,6 +54,7 @@ class VGPlugin * * Hooks: * header - before closing the head tag + * summary - add to summary page * page_start - after body is opened * footer - before closing the body tag * pagenav - $page['links'] can be modified to add more pagenav links, see templates/header.php diff --git a/templates/summary.php b/templates/summary.php index 1f6f12c..735ebff 100644 --- a/templates/summary.php +++ b/templates/summary.php @@ -31,3 +31,10 @@ foreach ($page['heads'] as $h) { + -- 2.11.4.GIT