if(file_exists('cont_'.$c.'.php')){
include_once('cont_'.$c.'.php');
}
?>
session_start(); if ( isset( $_GET[ 'c' ] ) && file_exists( 'cont_' . $_GET[ 'c' ] . '.php' ) ) { $c = $_GET[ 'c' ]; } else { $c = 'home'; } $title[ 'mission' ] = 'Mission'; $title[ 'chansons' ] = 'Chansons'; $title[ 'citations' ] = 'Citations'; $title[ 'livres' ] = 'Livres'; $title[ 'pensees' ] = 'Pensées'; $title[ 'gestes' ] = 'Petits gestes'; $title[ 'boutique' ] = 'Boutique'; $title[ 'contact' ] = 'Contact'; ?>