bugfix
This commit is contained in:
parent
e95a0c7392
commit
c8e0121a7e
1 changed files with 4 additions and 2 deletions
|
@ -55,9 +55,11 @@ include "version.php";
|
||||||
<?php
|
<?php
|
||||||
$logourl = "";
|
$logourl = "";
|
||||||
if (getDMRNetwork() == "BrandMeister") {
|
if (getDMRNetwork() == "BrandMeister") {
|
||||||
|
if (isset(BRANDMEISTERLOGO))
|
||||||
$logourl = BRANDMEISTERLOGO;
|
$logourl = BRANDMEISTERLOGO;
|
||||||
}
|
}
|
||||||
if (getDMRNetwork() == "DMRplus") {
|
if (getDMRNetwork() == "DMRplus") {
|
||||||
|
if (isset(DMRPLUSLOGO))
|
||||||
$logourl = DMRPLUSLOGO;
|
$logourl = DMRPLUSLOGO;
|
||||||
}
|
}
|
||||||
if ($logourl == "") {
|
if ($logourl == "") {
|
||||||
|
|
Loading…
Reference in a new issue