"; echo "
"; foreach ($project['links'] as $link) { echo "
  • " . htmlspecialchars($link[
  • "; } echo "
    "; // Check if the translation exists, fall back to English if not $title = isset($project['title'][$currentLang]) ? $project['title'][$currentLang] : $project['title']['en']; echo "
  • " . htmlspecialchars($title) . "
  • "; echo ""; } ?>