nextcloud/lib
Jörn Friedrich Dreyer 0bf034da96 prefer logo png from theme over svg from core
The logo images are specified in the php templates with eg `image_path('', 'logo-wide.svg')`. If that file exists the correct path will be served to the client in the html template. Then the `SVGSupport()` is checked in https://github.com/owncloud/core/blob/master/core/js/js.js#L701 which will replace `svg` with `png` in img tags and css background definitions.

fixes #5074
partially solves #5421, but not when an svg has been specified in css and is then 'fixed' by js to point to a png which does not exist in the theme but is then might be resolved to an image from core .... well theoretical problem ... might not even be a problem

@karlitschek @jancborchardt please review
2013-10-23 16:44:56 +02:00
..
l10n [tx-robot] updated from transifex 2013-10-19 08:27:13 -04:00
private prefer logo png from theme over svg from core 2013-10-23 16:44:56 +02:00
public Merge pull request #5478 from owncloud/core-logexceptionstacktrace 2013-10-23 07:19:14 -07:00
autoloader.php Merge pull request #5071 from owncloud/fix-autoloader-master 2013-10-02 03:10:10 -07:00
base.php introduce link_to_docs() and migrate links 2013-10-21 21:29:45 +02:00