";
echo "
";
foreach ($project['links'] as $link) {
echo "
";
}
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 "";
}
?>