Example #1
0
 protected function __construct()
 {
     $this->skins = Path::getRoot() . 'Skins/' . Session::getAccountId() . '/';
     $this->default = Path::getRoot() . 'Skins/' . Session::getGuestAccountId() . '/';
 }