Exemple #1
0
 function GPage()
 {
     parent::villagepage();
     $this->m = new BuildModel();
     $this->viewFile = 'build.phtml';
     $this->contentCssClass = 'build';
 }
Exemple #2
0
 function GPage()
 {
     parent::villagepage();
     $this->viewFile = 'village3.phtml';
     $this->contentCssClass = 'map';
     $this->hasMarketplace = FALSE;
     $this->hasRallyPoint = FALSE;
 }
Exemple #3
0
 function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::villagepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->layoutViewFile = NULL;
     $this->viewFile = 'guide.phtml';
     $this->checkForGlobalMessage = FALSE;
 }
 public function GPage()
 {
     parent::villagepage();
     $this->viewFile = "build.phtml";
     $this->contentCssClass = "build";
 }
Exemple #5
0
 function GPage()
 {
     parent::villagepage();
     $this->viewFile = 'v2v.phtml';
     $this->contentCssClass = 'a2b';
 }