My next step would be to try rendering line 1363 as either
if($subject !="*") {
or as
if($subject !="$*text_subject") {
or possibly even
if ($subject !="$.permalink_url") {
The thing I can't know is whether one of the data variables is gone.
The original string brings up a perfect Googlewhack, to a page about your template, but the source code isn't there anymore and I have to get on a conference call. I may chase this down later when I'm not doing QA for work.
no subject
if($subject !="*") {
or as
if($subject !="$*text_subject") {
or possibly even
if ($subject !="$.permalink_url") {
The thing I can't know is whether one of the data variables is gone.
The original string brings up a perfect Googlewhack, to a page about your template, but the source code isn't there anymore and I have to get on a conference call. I may chase this down later when I'm not doing QA for work.