public function getDefaultTheme() {
     $this->initDefaultTheme(Gpf_Settings::get(Pap_Settings::DEFAULT_AFFILIATE_PANEL_THEME));
     return parent::getDefaultTheme();
 }
 public function getDefaultTheme() {
     $this->initDefaultTheme(Pap_Branding::DEFAULT_MERCHANT_PANEL_THEME);
     return parent::getDefaultTheme();
 }