setTheme('eclipse_ide'); // Set default images $image_path = $this->getThemeUrl('solstice') . 'public/images/logo/eclipse-ide/'; $this->setAttributes('img_logo_default', $image_path . 'eclipse_logo_white.svg', 'src'); $this->setAttributes('img_logo_eclipse_default', $image_path . 'eclipse_logo_white.svg', 'src'); $this->setAttributes('img_logo_eclipse_white', $image_path . 'eclipse_logo_white.svg', 'src'); $this->setAttributes('img_logo_mobile', $image_path . 'eclipse_logo_white.svg', 'src'); $this->removeAttributes('featured-footer', 'background-secondary'); } }