<?=$this->getThemePath()?>...I am so stuck.

Permalink
Good (morning/afternoon/evening) everyone.

Does anyone know why I'd be having problem with a new install of WAMP running my c5 site?

It seems to populate okay but images and CSS is broken. When I view source code from the browser I can find <?=$this->getThemePath()?>

I imagine this is due to some setting I have failed to change when setting up WAMP/PHP.

So far spent all morning trying to figure this one out. My brain hurts.

Cheers in advance for any help.

Leno

poorleno
 
poorleno replied on at Permalink Reply
poorleno
As soon as I hit POST I think I figured it out...
poorleno replied on at Permalink Reply
poorleno
For those who get the same problem...

Change
short_open_tag = Off

to
short_open_tag = On

in your php.ini file.
r3dn1t3 replied on at Permalink Reply
THANKYOU!!!!!