This commit is contained in:
dg9vh 2016-11-07 08:26:56 +01:00
parent e95a0c7392
commit c8e0121a7e

View file

@ -55,9 +55,11 @@ include "version.php";
<?php
$logourl = "";
if (getDMRNetwork() == "BrandMeister") {
if (isset(BRANDMEISTERLOGO))
$logourl = BRANDMEISTERLOGO;
}
if (getDMRNetwork() == "DMRplus") {
if (isset(DMRPLUSLOGO))
$logourl = DMRPLUSLOGO;
}
if ($logourl == "") {