include('jvfr_v2/include/config.php'); //include_once('jvfr/include/fonctions-include-skin-jvfr.h.php'); Jvfr::cache(); $lettre = $_GET['lettre']; if(!strstr($lettre,"num") && strlen($lettre) < 5) { $lettre = substr($lettre,0,2); } $lettre = str_replace("num","#",$lettre); $lettreupper = strtoupper($lettre); $lettrelower = strtolower($lettre); Layout::set('title', 'Jeux, News, Astuces, Message du forum '.($_GET['lettre'] ? 'commençant par la lettre : '.strtoupper($_GET['lettre']) : '')); Layout::set('section', 'glossaire'); Layout::set('page', 'lettre'); Layout::set('eStatLevel1', 'glossaire'); Layout::set('eStatLevel2', Utils::coalesce($_GET['lettre'], 'index')); GC_Tools_PageTagger::getPageTagger()->assign('lettre', $_GET['lettre']); $template_rubrique = "glossaire"; $template_section = "home"; $template_pub = "recherche"; $template_pubid = "11034"; $css = "glossaire.css"; $template_codezone = 0; $support = "jvfr"; $bardroite = "no"; Breadcrumb::getInstance()->add('Glossaire', JvfrUrl::get('glossaire', 0, '', '')); Breadcrumb::getInstance()->add(strtoupper($lettre), ''); include("jvfr_v2/include/top.h.php"); echo ''; include("api/glossaire.php"); echo "
"; include("jvfr_v2/include/bottom.h.php"); //Ie c'est de la merde echo ' '; ?>