znuny / Znuny

Znuny/Znuny LTS is a fork of the ((OTRS)) Community Edition, one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management.
https://www.znuny.org
GNU General Public License v3.0
355 stars 85 forks source link

Feature - A new setting for a custom favicon (product.ico) #349

Closed cristalink closed 1 year ago

cristalink commented 1 year ago

It would be great to be able to specify the path to a custom favicon (aka shortcut icon). It's currently hardcoded in many places like this:

<link rel="shortcut icon" href="[% Config("Frontend::ImagePath") %]icons/product.ico" type="image/ico" />

It's unfeasible to override Frontend::ImagePath because this path contains many other images which don't need to be changed.

Currently, the only way to change the icon is to replace product.ico on every update.

Thanks!

cristalink commented 1 year ago

Sorry, wrong place for a feature request.