mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-07 22:42:21 +03:00
[MOD] set the default in misc.inc.php in case $logo isn't set
This commit is contained in:
parent
4d3d381956
commit
546d77c85f
1 changed files with 5 additions and 0 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
Reference in a new issue