From 2b3bc579e4dcd4bf64c712eeca86f05e2d70fbf0 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 27 Oct 2006 00:25:02 +0000 Subject: - plugins can add now their page to the admin page - new plugin (event_tracer) that demonstrate it and useful to see all calls to trigger_event git-svn-id: http://piwigo.org/svn/trunk@1580 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/event_tracer/tracer_admin.tpl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 plugins/event_tracer/tracer_admin.tpl (limited to 'plugins/event_tracer/tracer_admin.tpl') diff --git a/plugins/event_tracer/tracer_admin.tpl b/plugins/event_tracer/tracer_admin.tpl new file mode 100644 index 000000000..38fbd2796 --- /dev/null +++ b/plugins/event_tracer/tracer_admin.tpl @@ -0,0 +1,22 @@ +

+The event tracer is a developer tool that logs in the footer of the window all calls to trigger_event method. +You can use this plugin to see what events is PhpWebGallery calling. +Note that $conf['show_queries'] must be true. +

+
+
+ Event Tracer + + +
+ + +
+ +

+
-- cgit v1.2.3