'."\n";
}
}
#le bandeau principal
function bandeau_tete()
{
echo ''.NOMAPPLICATION.'
'."\n";
}
// bandeaux de titre
function bandeau_titre($titre)
{
echo ''. $titre .'
'."\n";
}
function liste_lang()
{
global $ALLOWED_LANGUAGES;
$str = '';
foreach ($ALLOWED_LANGUAGES as $k => $v ) {
$str .= '' . $v . '' . "\n" ;
}
return $str;
}
#Les sous-bandeaux contenant les boutons de navigation
function sous_bandeau()
{
echo '' . "\n";
}
function sous_bandeau_admin()
{
echo ''."\n";
}
function sous_bandeau_choix()
{
echo ''."\n";
}
#les bandeaux de pied
function sur_bandeau_pied()
{
echo ''."\n";
}
function bandeau_pied()
{
echo ''. _("Université de Strasbourg. Creation: Guilhem BORGHESI. 2008-2009") .'
'."\n";
}
function bandeau_pied_mobile()
{
echo ''."\n" .
''. _("Université de Strasbourg. Creation: Guilhem BORGHESI. 2008-2009") .'
'."\n";
}