mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-24 00:24:07 +03:00
Merge pull request #70 from harkx/configlogo
This commit is contained in:
commit
76e3ebc113
3 changed files with 7 additions and 1 deletions
|
@ -44,6 +44,11 @@ if (isset($defaults['primaryns'])) {
|
|||
}
|
||||
}
|
||||
|
||||
if (!isset($logo) or empty($logo)) {
|
||||
$logo = 'http://www.tuxis.nl/uploads/images/nsedit.png';
|
||||
}
|
||||
|
||||
|
||||
/* No need to change stuf below */
|
||||
|
||||
if ($apivers == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue