From 765ee73627e20ffe1f86e4fa91848e96aa10badf Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 1 Nov 2025 20:28:03 +0100 Subject: =?UTF-8?q?m=C3=A9thodes=20insertCSS=20et=20insertJS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/templates/calendar.php | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'src/view/templates/calendar.php') diff --git a/src/view/templates/calendar.php b/src/view/templates/calendar.php index e45f631..8e765c4 100644 --- a/src/view/templates/calendar.php +++ b/src/view/templates/calendar.php @@ -1,19 +1,25 @@ - -
- - - - - - ' . "\n"; + $calendar_js_files[] = 'calendar_admin'; } else{ - echo '' . "\n"; + $calendar_js_files[] = 'calendar'; } ?> +
+

-- cgit v1.2.3