aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions.inc.php
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2010-03-10 23:10:27 +0000
committervdigital <vdigital@piwigo.org>2010-03-10 23:10:27 +0000
commit1ee8f746c50974467d6317b20a92f957d176be9a (patch)
treefd039d78b56264bc8c821c285b0e43228baa514e /include/functions.inc.php
parent964a191ff17e0913d7fdcf579c7106624f2505be (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/functions.inc.php')
-rw-r--r--include/functions.inc.php2
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;
}