start to work on gold club and edit plus/1.tpl

This commit is contained in:
unknown
2012-04-05 14:39:44 +03:00
parent ab706b0556
commit 2794ac0bbb
9 changed files with 324 additions and 6 deletions
+1
View File
@@ -138,6 +138,7 @@ class Session {
$this->gpack = $this->userarray['gpack'];
$this->access = $this->userarray['access'];
$this->plus = ($this->userarray['plus'] > $this->time);
$this->goldclub = $this->userarray['goldclub'];
$this->villages = $database->getVillagesID($this->uid);
$this->tribe = $this->userarray['tribe'];
$this->isAdmin = $this->access >= MODERATOR;