Warning:   CubeCart 5.2.8 adds the ability to have Smarty statements in the HomePage Document.   If your HomePage Document contains CSS or javascript statements, those statements may be using braces that do not have whitespace next to them. For example:    h2.bold {font-weight:bold;}   if (expression) {do_some_function;}   Smarty will claim for itself and attempt to parse any content contained in braces that does not have whitespace between the brace and the contents.   There are two