def load_page
    @page = if @current_project
      @current_project.pages.find(params[:id])
    else
      Page.find_by_id(params[:id], :conditions => {:project_id => current_user.project_ids})