//error_reporting(E_ALL);
//ini_set('display_errors', '1');
session_start();
// LIAISON IPB
//require_once "ipbwi/ipbwi.inc.php";
// CACHE
include "../cache/menus.php" ;
include "../cache/liste-federations.php" ;
include "../cache/liste-branches.php" ;
include "../cache/liste-nationalites.php" ;
// VARIABLES
include "../_variables.php" ;
include "../connexion_utf8.php" ;
include "../fonctions.php" ;
include "../_header.php" ;
//$affContenu = 1 ;
if ($affContenu == 1)
{?>
if ($ariane != "") { ?>
}
if (in_array ($page, $pagesFull))
{
?>
if (file_exists("../$page.php")) include "../$page.php" ;?>
}
else
{
?>
include "../_onglets.php" ; ?>
if ($page == "quiz")
{
?>
}
?>
if (file_exists("../$page.php")) include "../$page.php" ; else echo $page ;?>
if ($page == "news-actu-catch" AND $action == "") include "../droite_accueil.php" ;
elseif (($page == "news-actu-catch" AND $action == "aff") OR ($page == "quiz" AND $action == "verif")) include "../droite_news.php" ;
elseif ($page == "catcheurs") include "../droite_catcheurs.php" ;
elseif ($page == "encyclopedie" OR $page == "liste-encyclopedie") include "../droite_encyclopedie.php" ;
elseif ($page == "ecoles") include "../droite_ecoles.php" ;
elseif ($page == "shows-catch") include "../droite_evenements.php" ;
else include "../droite_court.php" ;
?>
}
?>
mysqli_close($db) ;
}
?>