Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Helming2015-05-29 08:08:14 +0000
committerJonas Helming2015-05-29 08:08:14 +0000
commitd16d3992f97cde89722f400cb0e17a3ce118949f (patch)
treea55e449073bed15aacb018bb528234d4355a30be
parentb12f107360e8756337e18fcbb4d6abbc7c1cf9a8 (diff)
downloadmodeling-d16d3992f97cde89722f400cb0e17a3ce118949f.tar.gz
modeling-d16d3992f97cde89722f400cb0e17a3ce118949f.tar.xz
modeling-d16d3992f97cde89722f400cb0e17a3ce118949f.zip
added Eike to support
-rw-r--r--support.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/support.php b/support.php
index fd47d124..01886c7b 100644
--- a/support.php
+++ b/support.php
@@ -57,6 +57,11 @@ include($App->getProjectCommon()); # All on the same line to unclutter the us
Description:'Professional training, developer support, sponsored development, implementation services - ',
URL:'http://developer.eclipsesource.com/technology/modeling/',
Logo:'http://eclipsesource.com/fileadmin/images/es-logo.png'
+ },
+ {Title:'ES-Computersysteme',
+ Description:'Consulting for Modeling, professional training, workshops and development for CDO - ',
+ URL:'http://www.esc-net.de',
+ Logo:'http://projects.eclipse.org/sites/default/files/Logo-CDO.png'
}
]});
document.getElementById("content").innerHTML = html;

Back to the top