MyController::page PHP Method

page() public method

Show user's page
public page ( )
    public function page()
    {
        $this->set('user', $this->current_user);
        $this->set('blocks', $this->DEFAULT_LAYOUT);
        #    @blocks = @user.pref[:my_page_layout] || DEFAULT_LAYOUT
    }