Hi,
When I go into admin to select a template, this is the error I receive:
Parse error: syntax error, unexpected T_STRING in /home/websitename/public_html/store/includes/templates/custom/template_info.php on line 5
I am unable to even choose a template.
Can someone tell me what I need to do? This is the code:
<?php
$template_name = 'custom';
$template_version = 'Version 1.0';
$template_author = 'Marci Baun (c) 2006';
$template_description = 'Dr. Lin Morel's store and products. Three images are required; logo.jpg, header_bg.jpg, and tile_back.jpg.';
$template_screenshot = 'scr_template_default.jpg';
?>
Currently, on the front end, I don't see any the graphics, colors, CSS.
Thanks!
Marci



