value); // Bail out if snippet can't be found if (!is_file($path)) { return "
!REF#
"; } // Use enum name in lowercase as highlight.js lanuage definer $output = "
";
				$output .= htmlspecialchars(file_get_contents($path));
				$output .= "
"; return $output; } } ?>