echo"ERROR: ".($sReferrer?$sReferrer.' - ':'')."value [$sValue] is not a valid for type [$sType]; it must be one of ".implode("|",$this->_aValidItems[$sType]).'<br>';
}
returntrue;
}
/**
/**
* used in cosntructor
* used in cosntructor
* initialize all element definitions
* initialize all element definitions
...
@@ -580,13 +560,16 @@ class renderadminlte {
...
@@ -580,13 +560,16 @@ class renderadminlte {
$iCounter=0;
$iCounter=0;
}
}
// special menu entry: horizontal bar (label is "-")
switch($aLink['label']){
if($aLink['label']=='-'){
// special menu entry: horizontal bar (label is "-")