New trigger on get_pwg_themes

git-svn-id: http://piwigo.org/svn/trunk@5102 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2010-03-10 23:10:27 +00:00
parent 964a191ff1
commit 1ee8f746c5
+2
View File
@@ -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;
}