'; echo '

'.\CMS_NAME.' CMS

'; echo '
'; echo '

You\'re currently using version '.\gpversion.' of our free, open source and easy to use content management system.'; echo ' Our code is hosted on GitHub '; echo 'and licensed under version 2 of the GNU General Public License. '; echo '

'; echo '
'; echo '

Thanks For Using '.\CMS_NAME.'

'; echo '
'; echo '

'; echo 'We\'ve worked very hard to find a balance between the ease of use and functionality in Content Management Systems and we think we\'ve done a pretty good job. '; echo ' You may agree or disagree though, and the only way for us to know is to hear from you. '; echo ' We want to know what you think. Here\'s how:'; echo '

'; echo 'Does '.\CMS_NAME.' Work?'; echo '

Obviously the first step is to get '.\CMS_NAME.' working correctly.'; echo ' If it\'s not working for you and you think it\'s because of a bug, you can report it and we\'ll work on fixing it.'; echo '

'; echo 'Does '.\CMS_NAME.' Work Well?'; echo '

This one is a bit more subjective, but just as important. '; echo ' There are multiple ways to give us feedback. The following services allow you to rate and comment on '.\CMS_NAME.'. '; echo '

'; echo '

Fork on GitHub

'; echo '

OpensourceCMS.com

'; $projects = []; $projects['ckEditor'] = 'ckeditor.com/ckeditor-4'; $projects['elFinder'] = 'studio-42.github.io/elFinder'; $projects['ColorBox'] = 'www.jacklmoore.com/colorbox'; $projects['Bootstrap'] = 'getbootstrap.com'; $projects['Bootswatch'] = 'bootswatch.com'; $projects['jQuery'] = 'jquery.com'; $projects['jQuery UI'] = 'jqueryui.com'; $projects['ScssPhp'] = 'github.com/leafo/scssphp'; $projects['PHPMailer'] = 'github.com/PHPMailer/PHPMailer'; echo '
'; echo '

Our Thanks

'; echo '
'; echo '

'.\CMS_NAME.' would not have been possible if it wasn\'t for the prosperous open source community and rich selection of successful open source projects. '; echo ' We have benefited tremendously from the community and have borrowed ideas as well as integrated other freely available code. '; echo ' Here are some of the projects we have benefited the most from. '; echo '

'; echo ''; foreach($projects as $name => $url){ echo ''; } echo '
ProjectWebsite
'; echo $name; echo ''; echo ''.$url.''; echo '
'; echo ''; } }