var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-896440-11']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
gAnalytics;
}
//le logo
function logo ()
{
if(defined('LOGOBANDEAU')) {
echo ''."\n";
}
}
#le bandeau principal
function bandeau_tete()
{
echo ''."\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";
gAnalytics();
}
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";
echo '
';
echo '' . "\n";
gAnalytics();
}
function bandeau_pied_mobile()
{
/*echo ''."\n" .
''. _("Université de Strasbourg. Creation: Guilhem BORGHESI. 2008-2009") .'
'."\n";*/
echo '
';
echo '' . "\n";
gAnalytics();
}