From 1ee8f746c50974467d6317b20a92f957d176be9a Mon Sep 17 00:00:00 2001 From: vdigital Date: Wed, 10 Mar 2010 23:10:27 +0000 Subject: New trigger on get_pwg_themes git-svn-id: http://piwigo.org/svn/trunk@5102 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/functions.inc.php b/include/functions.inc.php index e2c6510e8..6659d582e 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -730,6 +730,8 @@ function get_pwg_themes() } } + // plugins want remove some themes based on user status maybe? + $themes = trigger_event('get_pwg_themes', $themes); return $themes; } -- cgit v1.2.3