'."\n";; echo ''."\n"; echo ' '."\n"; } } function gAnalytics() { if (GOOGLE_ANALYTICS_ID !== false) { echo ' '; } } //le logo function logo () { /* if(defined('LOGOBANDEAU')) { echo ''."\n"; }*/ } #le bandeau principal function bandeau_tete() { if ( IMAGE_TITRE ) { echo ''."\n"; } else { echo ''."\n"; } ; } // bandeaux de titre function bandeau_titre($titre) { echo '

'. $titre .'

'."\n"; } function liste_lang() { global $ALLOWED_LANGUAGES; global $lang; $str = ''; foreach ($ALLOWED_LANGUAGES as $k => $v ) { if (substr($k,0,2)==$lang) { $str .= '' . "\n" ; } else { $str .= '' . "\n" ; } } return $str; } #Les sous-bandeaux contenant les boutons de navigation function sous_bandeau() { /*echo '
' . ''. _("Home") .'' . ''. _("Example") .'' . ''. _("Contact") .'' . //''. _("Sources") .'' . //not implemented ''. _("About") .'' . ''. _("Admin") .'' . '' . liste_lang() . ''. '
' . "\n";*/ } function sous_bandeau_admin() { echo '
' . ''. _("Home") .''; if(is_readable('logs_studs.txt')) { echo ''. _("Logs") .''; } echo ''. _("Cleaning") .'' . ''. '
'."\n"; gAnalytics(); } function sous_bandeau_choix() { /*echo '
' . ''. _("Home") .'' . '
'."\n";*/ } #les bandeaux de pied function sur_bandeau_pied() { echo '
'."\n"; } function bandeau_pied() { //echo '
'. _("Université de Strasbourg. Creation: Guilhem BORGHESI. 2008-2009") .'
'."\n"; echo '
' . '' . ''. '
' . "\n"; gAnalytics(); } function bandeau_pied_mobile() { /*echo '
'."\n" . '
'. _("Université de Strasbourg. Creation: Guilhem BORGHESI. 2008-2009") .'
'."\n";*/ echo '
 
'; echo '
' . '' . ''. '
' . "\n"; gAnalytics(); }