also adapt uses of ClassTypes in website/

This commit is contained in:
Sarah Hoffmann
2020-05-17 16:32:42 +02:00
parent 528fe6553f
commit 859347523f
7 changed files with 10 additions and 12 deletions

View File

@@ -59,7 +59,7 @@
function map_icon($sIcon)
{
if ($sIcon){
if (isset($sIcon)) {
echo '<img id="mapicon" src="'.CONST_Website_BaseURL.'images/mapicons/'.$sIcon.'.n.32.png'.'" alt="'.$sIcon.'" />';
}
}