In some of the themes there is a weird kind of scripting that is not well supported by all server. In some themes designers use <?= instead of <?php echo when i select in the admin a theme the theme always gives errors and isn't styled at all. I run a PHP5 server on Apache and everytime i need to edit the theme files to make it work. Does anyone else has this problem too? and can't it be so that there is some kind of standard for scripting that you make rules when you open PHP tags with <?php instead of just <? and <? echo instead of <?=. Because i think it's a bit annoying to edit the theme files all the time. But maybe it is just a server setting. Please tell me so i can fix it to get rid of this edit 'problem'.
Comments
A simple find and replace should take care of the problem...