my entire site disappeared, nothing but the header left
my entire site disappeared, nothing but the header left
Post that line as it now exists in your file with the added test. Did you replace 'xx' with '976'?
I screwed up.
I had:
Instead of:PHP Code:if ($tv_display_size->RecordCount()>0) { and (isset($cPath) and $cPath == '967')) {
Works like a charm, thank you!PHP Code:if ($tv_display_size->RecordCount()>0 and (isset($cPath) and $cPath == '967')) {
![]()