Help I received this error, could someone lookup in their public_html under the template_select.php and tell me how this line should read?
I would greatly appreciate this. Thank YOU.
***Parse error: syntax error, unexpected '}' in /home/sweetshi/public_html/admin/template_select.php on line 30
Here is the web page
***/home/sweetshi/public_html/admin/template_select.php
Here is the error location. it is on the second line beginning with $
************
require(DIR_FS_CATALOG_TEMPLATES . $file . '/template_info.php';
$template_info[$file] = 'array'('name' => $template_name,
'version' => $template_version,
'author' => $template_author,
'description' => $template_description,
'screenshot' => $template_screenshot);
}
}
}



