diff --git a/config/global.ini b/config/global.ini index f4b0564e..021ebc48 100644 --- a/config/global.ini +++ b/config/global.ini @@ -24,4 +24,8 @@ A propos = "about.php" 0 = "Invité" 1 = "Membre" 2 = "Responsable" -3 = "Directeur" \ No newline at end of file +3 = "Directeur" + +[themes] +0 = 'dark' +1 = 'light' \ No newline at end of file diff --git a/html/about.php b/html/about.php index ec120d50..88d18e67 100644 --- a/html/about.php +++ b/html/about.php @@ -12,7 +12,7 @@ require "../include/functions.php";