diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-28 13:47:22 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-28 13:47:22 -0700 |
commit | 1e90e40d3a9fe2cb826b56686f23a33879418048 (patch) | |
tree | 91dec0826eb0af8a683671884a9c1bda57d9f254 /modules/organize/helpers | |
parent | f5c4d23e5756c460099f04ca5a57c0002292d9da (diff) |
Use events to generate menus, instead of having xxx_menu helpers.
This is the first step towards having a simple, lightweight and
unified API for module interaction.
Diffstat (limited to 'modules/organize/helpers')
-rw-r--r-- | modules/organize/helpers/organize_event.php (renamed from modules/organize/helpers/organize_menu.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/organize/helpers/organize_menu.php b/modules/organize/helpers/organize_event.php index 850c1eab..99a28673 100644 --- a/modules/organize/helpers/organize_menu.php +++ b/modules/organize/helpers/organize_event.php @@ -17,8 +17,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -class organize_menu { - static function site($menu, $theme) { +class organize_event_Core { + static function site_menu($menu, $theme) { $item = $theme->item(); if ($item && access::can("edit", $item) && $item->is_album()) { |