"""</span><span class="entryHeaderSubject">"""; if ($p.view=="entry") { print (defined $.security_icon?" - $.security_icon":""); }else{ print (defined $.security_icon or $.subject!=""?" - ":"")+(defined $.security_icon?"$.security_icon ":"")+($.subject==""?"":"$.subject"); } """</span>""";
"""</span><span class="entryHeaderSubject">"""; print (defined $.security_icon or $.subject!=""?" - ":"")+(defined $.security_icon?"$.security_icon ":"")+($.subject==""?"":"$.subject"); """</span>""";
Re: Try this?
Date: 2009-05-13 02:27 am (UTC)That specifically says that if you're in "entry" view, it only prints the security icon and no subject. Change it to
and you should be all set.