null]); ?>

Sitemap

"; foreach ($files as $file) { if ($file !== "." && $file !== "..") { $name = pathinfo($file, PATHINFO_FILENAME); $path = $directory . '/' . $file; $contents = file_get_contents($path); preg_match('/^title:\s*(.+)$/m', $contents, $matches); $title = $matches[1] ?? pathinfo($file, PATHINFO_FILENAME); $url = '/' . pathinfo($file, PATHINFO_FILENAME); echo '
  • 🛸 ' . htmlspecialchars(trim($title)) . '
  • '; } } echo ""; ?>
    null]); ?>