From 5cdb96d25f013ad4026b96f5262be949f467fc19 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 4 Jan 2019 09:00:48 +0100 Subject: [PATCH] Id pour chaque bloc --- core/layout/main.php | 6 +++--- core/module/theme/resource/custom.css | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/core/layout/main.php b/core/layout/main.php index 0472ce7d..c4ad95c9 100755 --- a/core/layout/main.php +++ b/core/layout/main.php @@ -146,9 +146,9 @@ ?>
-
getData(['theme','block','contentLeft']);?>
-
showContent(); ?>
-
getData(['theme','block','contentRight']);?>
+
getData(['theme','block','contentLeft']);?>
+
showContent(); ?>
+
getData(['theme','block','contentRight']);?>
diff --git a/core/module/theme/resource/custom.css b/core/module/theme/resource/custom.css index 872f75c9..417491bc 100755 --- a/core/module/theme/resource/custom.css +++ b/core/module/theme/resource/custom.css @@ -15,6 +15,14 @@ body { #site { } +/* Blocs dans le site */ +#contentleft { +} +#contentright { +} +#contentsite { +} + /* Bannière */ header { }