| <?php | |
| // Define site root path | |
| // Staging http://site-ci.codenvy-stg.com/che | |
| // Production http://eclipse.org/che | |
| $rootPath = '/che'; | |
| // Define description | |
| $pageDescription = 'Eclipse Che Next-Generation Eclipse IDE.'; | |
| // Define page title | |
| $pageTitle = 'Eclipse Che | Next-Generation Eclipse IDE, Cloud IDE, and Workspace Server'; | |
| // Define body class | |
| $bodyClass = ''; | |
| ?> |