fix(#2417): Email notification template - logo size
Add support for separate logos for website and emails (e.g., SVG for website, PNG for email) via settings in lib/settings.inc.php. Added width property for email logo and updated commonFatalError.tpl.php.
fix(#2417): Email notification template - logo size
Add support for separate logos for website and emails (e.g., SVG for website, PNG for email) via settings in lib/settings.inc.php. Added width property for email logo and updated commonFatalError.tpl.php.
lib/settings.inc.php $config['headerLogo'] = '/icons/oc_logo.svg'; $config['emailHeaderLogo'] = '/oc_logo.png';