My code (from a template) is saying: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'
When i open the .php in dreamweaver, it confirms the error. the code is:
?>
Any help would be AWESOME!!!!
When i open the .php in dreamweaver, it confirms the error. the code is:
Code:
<?php
if ($menu->getActive() == $menu->getDefault()) {
echo "More Cosmetics Store VirtueMart Templates at <a rel="nofollow" href="http://www.templatemonster.com/category/cosmetics-store-virtuemart-templates/" target="_blank">TemplateMonster.com</a>";
}
Any help would be AWESOME!!!!
Comment