]> _ Git - ccgm.git/commitdiff
try #1816 @0.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 7 Dec 2017 15:51:45 +0000 (15:51 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Thu, 7 Dec 2017 15:51:45 +0000 (15:51 +0000)
.ovhconfig
framework/application/configs/application.ini
less/carrousel.less
less/intranetident.less
less/parcours.less
less/rendezvous.less

index fb174a6f526b41610ff224aee3a52b0e36fb4d7d..03933205963499fe43094f5784b1d1e5385adc1f 100644 (file)
@@ -1,3 +1,3 @@
 app.engine=php\r
-app.engine.version=5.5\r
+app.engine.version=5.6\r
 environement = development
\ No newline at end of file
index 1e2c1834a687bda1a691787bd060fa2cab85ef1e..534c751f93a30fb084707ef582f5f221df242f3f 100644 (file)
@@ -1,5 +1,5 @@
 [base]
-dev = true
+dev = false
 
 minify.js = true
 minify.css = true
@@ -8,7 +8,7 @@ bin.mysqldump = /usr/bin/mysqldump
 bin.mysql = /usr/bin/mysql
 bin.zip = /usr/bin/zip
 bin.unzip = /usr/bin/unzip
-bin.imagemagick=convert
+bin.imagemagick = convert
 bin.cp = /bin/cp
 bin.rm = /bin/rm
 
@@ -17,7 +17,7 @@ appnamespace = "CCGM"
 timezone = 'Europe/Paris'
 
 session.lifetime = 31536000 ;1 year
-session.domain=.ccgm.fr
+session.domain = .ccgm.fr
 session.adapter = cache
 
 database.adapter = pdo_mysql
@@ -29,10 +29,10 @@ database.params.dbname = ccgmzwgfweb
 seo.google = google93c0129ef18a399d.html
 seo.bing = 8986457D1D126C38A815027C839372DC
 
-navigation.containers[]=0;
-navigation.containers[]=-1;
-navigation.containers[]=-2;
-navigation.containers[]=-3;
+navigation.containers[] = 0;
+navigation.containers[] = -1;
+navigation.containers[] = -2;
+navigation.containers[] = -3;
 
 acl.perpage = false
 acl.roles[] = superadmin
@@ -58,7 +58,7 @@ seo.universalAnalytics = UA-42799235-1
 variant = 1
 webhost = medecins.ccgm.fr
 
-seo.robots=false
+seo.robots = false
 seo.universalAnalytics = UA-42799235-2
 
 [testing : production]
index e5481c251b4b4dda3c3677eaf107683b9a10f619..2eb2c8c603fd9ae7aab3f037663920ff66a39352 100644 (file)
@@ -40,7 +40,7 @@
        margin: 0 0 0 9px;
 }
 .slideshow .pagination li a {
-       background-image:url(../images/elements.png);
+       background-image:url("/images/elements.png");
        background-position:-15px 0;
        width: 15px;
        height: 16px;
index 2c5f936e61d9dc07d474d3466370c8b2f28c5c5d..a55e915ef0e0e5b7e525146d3fe65aad9ff12146 100644 (file)
@@ -69,7 +69,7 @@
                                        width:38px;
                                        border-radius: 3px;
                                        background-color:#0ea6db;
-                                       background-image: url(".images/arrow-nav-1.svg");
+                                       background-image: url("/images/arrow-nav-1.svg");
                                        background-position: 50% 50%;
                                        padding:0;
                                }
index 6b8522f5b9ad23b730f30bf56fff44ac5f9471b6..8d1ce3e63393e00f68fd715a19fa69cf0d8f0840 100644 (file)
@@ -3,17 +3,17 @@
 
 #etapes{
        &[data-nb="6"]{
-               background-image: url("../images/etapes6.png");
+               background-image: url("/images/etapes6.png");
                width:721px;
                height:477px;
        }
        &[data-nb="7"]{
-               background-image: url("../images/etapes7.png");
+               background-image: url("/images/etapes7.png");
                width:709px;
                height:477px;
        }
        &.etoile{
-               background-image: url("../images/etoile.png");
+               background-image: url("/images/etoile.png");
                width:420px;
                height:420px;
                margin: 240px 0px 200px 100px;
index 553c30a53286098baea3c97bc498b9c1d4462aa2..fef79dd2b47102372c85cdb1c89a3acc4e5297fc 100644 (file)
@@ -35,7 +35,7 @@
                        position:absolute;
                        right:5px;
                        top:5px;
-                       background-image:url("../images/closeconf.png");
+                       background-image:url("/images/closeconf.png");
                        width:13px;
                        height:13px;
                        display: block;