diff --git a/core/core.php b/core/core.php index 37b87b4c..2cf775f4 100644 --- a/core/core.php +++ b/core/core.php @@ -1307,6 +1307,9 @@ class common { echo ''; echo substr($contentLeft,$mark+6,strlen($contentLeft)); } + // Feuille de style et script de la barre + echo '' ; + echo ''; echo ""; } /** @@ -1338,6 +1341,9 @@ class common { echo ''; echo substr($contentRight,$mark+6,strlen($contentRight)); } + // Feuille de style et script de la barre + echo '' ; + echo ''; echo ''; } echo '';