function __construct()
 {
     global $USER;
     parent::__construct();
     $this->hasAlliance = $USER['ally_id'] != 0;
     $this->hasApply = $this->isApply();
     if ($this->hasAlliance && !$this->hasApply) {
         $this->setAllianceData($USER['ally_id']);
     }
 }
 function __construct()
 {
     parent::__construct();
 }
 function __construct()
 {
     parent::__construct();
     $this->setWindow('ajax');
 }
Example #4
0
 function __construct()
 {
     parent::__construct();
     $this->setWindow('popup');
 }
Example #5
0
 function __construct()
 {
     parent::__construct();
     $this->initTemplate();
 }
Example #6
0
 function __construct()
 {
     parent::__construct();
     require 'includes/classes/class.SupportTickets.php';
     $this->ticketObj = new SupportTickets();
 }