diff options
author | vdigital <vdigital@piwigo.org> | 2010-03-10 23:10:27 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2010-03-10 23:10:27 +0000 |
commit | 1ee8f746c50974467d6317b20a92f957d176be9a (patch) | |
tree | fd039d78b56264bc8c821c285b0e43228baa514e /include | |
parent | 964a191ff17e0913d7fdcf579c7106624f2505be (diff) |
New trigger on get_pwg_themes
git-svn-id: http://piwigo.org/svn/trunk@5102 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |