mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-06 15:10:44 -04:00
Rename admin/comments to admin/manage_comments to make room for
admin/comments to be a settings page.
This commit is contained in:
@@ -51,11 +51,19 @@ class comment_event_Core {
|
||||
}
|
||||
|
||||
static function admin_menu($menu, $theme) {
|
||||
/*
|
||||
$menu->get("settings_menu")
|
||||
->append(Menu::factory("link")
|
||||
->id("comment")
|
||||
->label(t("Comments"))
|
||||
->url(url::site("admin/comments")));
|
||||
*/
|
||||
|
||||
$menu->get("content_menu")
|
||||
->append(Menu::factory("link")
|
||||
->id("comments")
|
||||
->label(t("Comments"))
|
||||
->url(url::site("admin/comments")));
|
||||
->url(url::site("admin/manage_comments")));
|
||||
}
|
||||
|
||||
static function photo_menu($menu, $theme) {
|
||||
|
||||
Reference in New Issue
Block a user