problem with c5 themes
Permalink
Hi guys recently id try to make my own theme
as described in andrews screencast i uploaded sucsesfully to c5 but when i try to load the website i receive this error:
"Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';' in C:\xampp\htdocs\site\themes\dirtylicious\default.php on line 9"
What goes wrong
as described in andrews screencast i uploaded sucsesfully to c5 but when i try to load the website i receive this error:
"Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ',' or ';' in C:\xampp\htdocs\site\themes\dirtylicious\default.php on line 9"
What goes wrong
would be a lot easier to tell you what's wrong if you would post your code..
here is the line of code:
<link rel="stylesheet" type="text/css" href="<?=this->getThemePath()?>/default.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="<?=this->getThemePath()?>/default.css" media="screen"/>
That should fix your problem.
Sorry but i didnt see anything :)
add a dollar sign before this $this->...
Yeah it works thanks guys :)
Yeah it works thanks guys :)