You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
738 B
43 lines
738 B
<?php
|
|
|
|
//gen
|
|
$rep = __DIR__ . '/../';
|
|
|
|
// liste des modules à inclure
|
|
|
|
//$dConfig['includes']= array('controleur/Validation.php');
|
|
|
|
//BD
|
|
$base = '';
|
|
$login = '';
|
|
$mdp = '';
|
|
|
|
$racine='/~kekentin/WF/WF-Website';
|
|
|
|
|
|
//Vues
|
|
$vues['erreur'] = 'vue/erreur.php';
|
|
$vues['accueil'] = 'vue/accueil.php';
|
|
$vues['quote'] = 'vue/quote.php';
|
|
$vues['profil'] = 'vue/profil.php';
|
|
$vues['login'] = 'vue/login.php';
|
|
$vues['signin'] = 'vue/signin.php';
|
|
$vues['search'] = 'vue/search.php';
|
|
$vues['favorite'] = 'vue/favorits.php';
|
|
|
|
$vues['quiz'] = 'vue/quiz.php';
|
|
$vues['endQuiz'] = 'vue/endQuiz.php';
|
|
|
|
|
|
//Style css
|
|
$style['accueil'] = 'public/styles/styleAccueil.css';
|
|
|
|
//Script js
|
|
|
|
|
|
//Images
|
|
$image['default'] = 'public/images/default.jpg';
|
|
|
|
|
|
|