/**
  * @see Page::show()
  */
 public function show()
 {
     if (MODULE_TEAM_LIST != 1) {
         throw new IllegalLinkException();
     }
     parent::show();
 }