aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorPete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-24 09:00:58 +0000
committerPete Harris <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-24 09:00:58 +0000
commite5eb8df910877735a4dbb5a69c849a98e30709cc (patch)
treec99903b6e73115f15f3752466a88036fbd331825 /start.php
parent97a95773187706b3b0bf0e11dfa6f211dc2ac69a (diff)
downloadelgg-e5eb8df910877735a4dbb5a69c849a98e30709cc.tar.gz
elgg-e5eb8df910877735a4dbb5a69c849a98e30709cc.tar.bz2
Group videolist submenu removed from sidebar menu
git-svn-id: http://code.elgg.org@6149 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index 6dfcce552..63e3ac382 100644
--- a/start.php
+++ b/start.php
@@ -97,7 +97,7 @@ function videolist_pagesetup() {
$page_owner = page_owner_entity();
if ($page_owner instanceof ElggGroup && get_context() == "groups") {
- add_submenu_item(sprintf(elgg_echo("videolist:group"), page_owner_entity()->name), $CONFIG->wwwroot . "pg/videolist/owned/" . page_owner_entity()->username);
+ //add_submenu_item(sprintf(elgg_echo("videolist:group"), page_owner_entity()->name), $CONFIG->wwwroot . "pg/videolist/owned/" . page_owner_entity()->username);
} else if (get_context() == "videolist") {
/**********************************************************************************************
****if user is OR is not registered user then show him following page menus to choose from