opencaching / opencaching-pl

The source code of Opencaching.PL (and some other domains)
https://opencaching.pl/
GNU General Public License v3.0
22 stars 33 forks source link

Fix #2417 Email notification template - logo size #2430

Closed stefopl closed 2 weeks ago

stefopl commented 2 weeks ago

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';