setTheme('jakarta'); // Set default images $image_path = $this->getThemeUrl('solstice') . 'public/images/logo/'; $this->setAttributes('img_logo_default', $image_path . 'jakarta-ee-white.svg', 'src'); $this->setAttributes('img_logo_default', 'Eclipse.org logo', 'alt'); $this->setAttributes('img_logo_default', 'logo-eclipse-default img-responsive hidden-xs', 'class'); $this->setAttributes('img_logo_eclipse_default', $image_path . 'jakarta-ee-white.svg', 'src'); $this->setAttributes('img_logo_eclipse_default', 'Eclipse.org logo', 'alt'); $this->setAttributes('img_logo_eclipse_default', 'img-responsive hidden-xs', 'class'); $this->setAttributes('img_logo_eclipse_white', $image_path . 'jakarta-ee-white.svg', 'src'); $this->setAttributes('img_logo_eclipse_white', 'Eclipse.org black and white logo', 'alt'); $this->setAttributes('img_logo_eclipse_white', 'logo-eclipse-white img-responsive'); $this->setAttributes('img_logo_mobile', $image_path . 'jakarta-ee-white.svg', 'src'); $this->setAttributes('img_logo_mobile', 'Eclipse.org logo', 'alt'); $this->setAttributes('img_logo_mobile', 'logo-eclipse-default-mobile img-responsive', 'class'); } /** * Implement BaseTheme::getFooterPrexfix() * * {@inheritDoc} * @see BaseTheme::getFooterPrexfix() */ public function getFooterPrexfix() { return ""; } }