diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-13 13:19:17 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-13 13:19:17 -0700 |
| commit | 2af48060117bdf30fb48929dd8c9d22800a70843 (patch) | |
| tree | eec28aec7139b517b6181569c00af576625c684a /modules/gallery/helpers | |
| parent | fcd1e79bac7980eae61de05de9949a7e18b0d557 (diff) | |
Refactor the ui component of the user module into the gallery core module.
Diffstat (limited to 'modules/gallery/helpers')
| -rw-r--r-- | modules/gallery/helpers/gallery_event.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index 106aa202..e0de2152 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -187,6 +187,10 @@ class gallery_event_Core { ->id("sidebar") ->label(t("Manage Sidebar")) ->url(url::site("admin/sidebar")))) + ->append(Menu::factory("link") + ->id("users_groups") + ->label(t("Users/Groups")) + ->url(url::site("admin/users"))) ->append(Menu::factory("submenu") ->id("statistics_menu") ->label(t("Statistics"))) |
