]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 2 Apr 2014 14:03:43 +0000 (14:03 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 2 Apr 2014 14:03:43 +0000 (14:03 +0000)
fluidbook/back.jpg [deleted file]
inc/commons/class.common.tools.php

diff --git a/fluidbook/back.jpg b/fluidbook/back.jpg
deleted file mode 100644 (file)
index 809d9b3..0000000
Binary files a/fluidbook/back.jpg and /dev/null differ
index ac1359957e685dd6068d125e7d280efa6a11fe06..bfe8f74f883f0ec6c73bdd0943ce47a7863949e8 100644 (file)
@@ -973,4 +973,50 @@ class commonTools {
                exit;
        }
 
+       public static function cg_sommaire_fr() {
+               $flux = array('@Capgemini',
+                       '@capgeminifrance',
+                       '@CapgeminiConsul');
+       }
+
+       public static function cg_sommaire_en() {
+               $flux = array('@Capgemini',
+                       '@CapgeminiConsul');
+       }
+
+       public static function cg_expertises() {
+               $flux = array('#advice',
+                       '#advices',
+                       '#apps',
+                       '#bigdata',
+                       '#bpo',
+                       '#business',
+                       '#cloud',
+                       '#collaborators',
+                       '#conference',
+                       '#consulting',
+                       '#digital',
+                       '#euriware',
+                       '#infographics',
+                       '#infra',
+                       '#innovation',
+                       '#IS',
+                       '#IT',
+                       '#labinnovation',
+                       '#mobile',
+                       '#new',
+                       '#outsourcing',
+                       '#partners',
+                       '#RT',
+                       '#show',
+                       '#shows',
+                       '#systems',
+                       '#technovision',
+                       '#testing');
+       }
+
+       public static function cg_strategies() {
+
+       }
+
 }