Changeset 1098

Show
Ignore:
Timestamp:
05/14/07 14:37:05 (2 years ago)
Author:
ben
Message:

Removing community menu option.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/community/lib.php

    r1095 r1098  
    3737 
    3838    if (isloggedin()) { 
     39/* 
    3940        if (defined("context") && context == COMMUNITY_CONTEXT && context!="network" && $page_owner == $_SESSION['userid']) { 
    40  
    4141            $PAGE->menu[] = array( 'name' => 'community', 
    4242                                   'html' => "<li><a href=\"{$CFG->wwwroot}{$_SESSION['username']}/communities\" class=\"selected\" >" .__gettext("Your Communities").'</a></li>'); 
     
    4444                $PAGE->menu[] = array( 'name' => 'community', 
    4545                                       'html' => "<li><a href=\"{$CFG->wwwroot}{$_SESSION['username']}/communities\" >" .__gettext("Your Communities").'</a></li>'); 
    46             } 
     46            } */ 
    4747    } 
    4848