/**
  * Constructor
  */
 public function __construct()
 {
     // call base constructor
     parent::__construct();
     // set image path
     $this->image_path = $this->root_path . 'portal/realmstatus/wow/images/gdi/';
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     // call base constructor
     parent::__construct();
     // set image path
     $this->image_path = $this->env->link . 'portal/realmstatus/wow/images/normal/';
 }