If you have problem that your short tags in php do not work like eg. <? and ?> you can fix this with this command: run it as root:
sed -i "s|short_open_tag = Off|short_open_tag = On|" /etc/php.ini
and restart your apache server over CentOS Web Panel (CWP) or with command:
service httpd restart