' . $whichConstant . '

' . $constantTitle . '

'; if (isset($systemData) and is_array($systemData)) { foreach ($systemData[$whichConstant] as $key => $value) { $htmlMain .= ''; $htmlMain .= ''; $htmlMain .= ''; $htmlMain .= ''; $htmlMain .= ''; } } $htmlMain .= '
Constant Key Constant Value Remove
' . $key . '' . $value . '
'; ?>