Search for 1.75 in the file (assuming you're running 1.75 or later).
After the first occurence, the line appears beginning like:
<pre><code>
if (($pod_line =~ /<p><H2>FAQ/) || ($pod_line =~ /img\/odphead.gif/) [...]
</code></pre>
REMOVE:
<pre><code>
img\/
</code></pre>
from that line (by odphead.gif).
Search for "odphead" a few lines below this line.
UNDER the existing line, add:
<pre><code>
$pod_line =~ s/<img [Ss][Rr][Cc]=\"odphead\.gif\"(.*[>])/$pod_frontheader/gi;
</code></pre>
Fixed in latest point release.
__________________
Don't throw away your shot.
|