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 { }