Example #1
0
 public function GPage()
 {
     parent::securegamepage();
     $this->layoutViewFile = "layout" . DIRECTORY_SEPARATOR . "form.phtml";
     $this->viewFile = "shownvill.phtml";
     $this->contentCssClass = "messages";
     $this->checkForNewVillage = FALSE;
 }
Example #2
0
 public function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::securegamepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->layoutViewFile = $this->viewFile = NULL;
     $GLOBALS['_GET']['_a1_'] = "";
 }
Example #3
0
 public function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::securegamepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->viewFile = "plussr.phtml";
     $this->layoutViewFile = "layout" . DIRECTORY_SEPARATOR . "popup.phtml";
 }
Example #4
0
 public function GPage()
 {
     $this->customLogoutAction = TRUE;
     parent::securegamepage();
     if ($this->player == NULL) {
         exit(0);
     }
     $this->viewFile = "alliancerole.phtml";
     $this->layoutViewFile = "layout" . DIRECTORY_SEPARATOR . "popup.phtml";
     $this->checkForGlobalMessage = FALSE;
 }
Example #5
0
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "plus.phtml";
     $this->contentCssClass = "plus";
     $this->plusTable = $this->gameMetadata['plusTable'];
     $i = 0;
     $c = sizeof($this->plusTable);
     while ($i < $c) {
         if (0 < $this->plusTable[$i]['time']) {
             $this->plusTable[$i]['time'] = ceil($this->plusTable[$i]['time']);
         }
         ++$i;
     }
 }
Example #6
0
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "advertising.phtml";
     $this->contentCssClass = "player";
 }
Example #7
0
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "snprofile.phtml";
     $this->contentCssClass = "player";
 }
Example #8
0
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "gnews.phtml";
     $this->contentCssClass = "messages";
 }
Example #9
0
 public function GPage()
 {
     parent::securegamepage();
 }
Example #10
0
 public function GPage()
 {
     parent::securegamepage();
     $this->contentCssClass = "map";
     $this->title = $this->appConfig['page'][$this->appConfig['system']['lang'] . "_title"];
 }
Example #11
0
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "logout.phtml";
     $this->contentCssClass = "logout";
 }
Example #12
0
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "statistics.phtml";
     $this->contentCssClass = "statistics";
 }
Example #13
0
 public function GPage()
 {
     parent::securegamepage();
     $this->viewFile = "warsm.phtml";
     $this->contentCssClass = "warsim";
 }