From 93f6c23bb55b3656eb1be26dbba44703d8325c20 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Sun, 2 Jul 2023 19:16:03 +0200 Subject: [PATCH] minor fixes --- anim.php | 2 ++ assets/css/page/parrainage.css | 4 ---- assets/scripts/globals.php | 2 +- chansons.php | 2 ++ clubs.php | 19 ------------------- com_page.php | 1 + parrainage.php | 2 ++ 7 files changed, 8 insertions(+), 24 deletions(-) delete mode 100644 clubs.php diff --git a/anim.php b/anim.php index e652183..e6852b9 100644 --- a/anim.php +++ b/anim.php @@ -1,5 +1,7 @@
diff --git a/assets/css/page/parrainage.css b/assets/css/page/parrainage.css index 9980fc7..e69de29 100644 --- a/assets/css/page/parrainage.css +++ b/assets/css/page/parrainage.css @@ -1,4 +0,0 @@ - -div ul li { - list-style: inside; -} \ No newline at end of file diff --git a/assets/scripts/globals.php b/assets/scripts/globals.php index 09ca09d..5fbfd30 100644 --- a/assets/scripts/globals.php +++ b/assets/scripts/globals.php @@ -16,7 +16,7 @@ $SITE_MAP = [ ["game.php","INSARIO"], ["prevs.php","Prévention"], ["photos.php","Photos"], - ["clubs.php","Les clubs"], + ["https://amicale-insat.fr/clubs","Les clubs"], ["com_page.php","Com's"], ["vacances.php","Homework"], ["chansons.php","Chansons"], diff --git a/chansons.php b/chansons.php index 0091ab5..5b39015 100644 --- a/chansons.php +++ b/chansons.php @@ -15,6 +15,8 @@ function music($name, $link) { } include "assets/fonts/color.php"; +include "assets/scripts/globals.php"; + ?>
diff --git a/clubs.php b/clubs.php deleted file mode 100644 index b386567..0000000 --- a/clubs.php +++ /dev/null @@ -1,19 +0,0 @@ - -
- - - - - - -
- \ No newline at end of file diff --git a/com_page.php b/com_page.php index bfc9983..ecf7953 100644 --- a/com_page.php +++ b/com_page.php @@ -2,6 +2,7 @@ ob_start(); // Start reading html //include "assets/fonts/color.php"; + ?>
diff --git a/parrainage.php b/parrainage.php index e732d3e..09bf9e0 100755 --- a/parrainage.php +++ b/parrainage.php @@ -1,5 +1,7 @@