Self-host the logo rather than include it from the developer's site

Self-host the logo rather than include it from the developer's site, as it can be used for tracking purposes.
This commit is contained in:
NuxRo 2016-04-29 12:46:24 +01:00
parent 8e399ac357
commit 2632ceb2be

View file

@ -58,4 +58,4 @@ $defaults['disabled'] = false; # Default disabled state
## UI Options
$menutype = 'horizontal'; # horizontal|vertical - use a horizontal or vertical menu
$logo = 'https://www.tuxis.nl/uploads/images/nsedit.png';
$logo = 'img/nsedit.png';