]> _ Git - fluidbook-v3.git/commitdiff
#fluidbook-website Init templates and define pages tree @0:15
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Sat, 23 Jan 2016 17:14:24 +0000 (17:14 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Sat, 23 Jan 2016 17:14:24 +0000 (17:14 +0000)
framework/application/Bootstrap.php
framework/application/configs/application.ini

index e64d4ab6ba515a9443b7ae79bb5b89a2caa48adf..2cb1affcd0e8638e41bcacdc9fda263d0fbdde64 100644 (file)
@@ -14,7 +14,14 @@ class Bootstrap extends CubeIT_Bootstrap {
         * @return array
         */
        public function getCMSTemplates() {
-               $templates = parent::getCMSTemplates();
+
+               $templates['texte'] = 'Texte';
+               $templates['fonctionnalites'] = 'Fonctionnalites';
+               $templates['exemples'] = 'Exemples';
+               $templates['contact'] = 'Contact';
+               $templates['agences'] = 'Agences';
+               $templates['devis'] = 'Demande de devis';
+               $templates = array_merge($templates, parent::getCMSTemplates());
                return $templates;
        }
 
index 3fa6ff10182ac3a2704d4b5d28043f18201b4c6c..326698ad1a880184916e3188659b2ace4211b004 100644 (file)
@@ -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=/usr/bin/convert
+bin.imagemagick = /usr/bin/convert
 bin.cp = /bin/cp
 bin.rm = /bin/rm
 
@@ -40,9 +40,10 @@ seo.google = google93c0129ef18a399d.html
 seo.bing = 8986457D1D126C38A815027C839372DC
 
 navigation.containers[] = 0;
-;navigation.containers[]=-1;
+navigation.containers[] = -1;
 navigation.containers[] = -2;
 navigation.containers[] = -3;
+navigation.containers.Sitemap = -4;
 
 locales.fr = www.fluidbook.com
 locales.en = en.fluidbook.com