コード例 #1
0
ファイル: village3.php プロジェクト: halshaman/TravianDboor
 public function GPage()
 {
     parent::villagepage();
     $this->viewFile = "village3.phtml";
     $this->contentCssClass = "map";
     $this->hasMarketplace = FALSE;
     $this->hasRallyPoint = FALSE;
 }
コード例 #2
0
ファイル: guide.php プロジェクト: halshaman/TravianDboor
 public function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::villagepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->layoutViewFile = NULL;
     $this->viewFile = "guide.phtml";
     $this->checkForGlobalMessage = FALSE;
 }