View Single Post
 
Old Nov 15, 2001, 01:00 PM
BeRKA's Avatar
BeRKA BeRKA is offline
Member
 
Member Since: Aug 2001
Location: Sweden, Stockholm
Posts: 40
What we want to do is to replace the image with the text in the variable $pod_frontheader.
(I don't think we really want to mess with tables)

My fix would then look like this:
# 1.80
$pod_line =~ s/<img SRC=\"\/odphead.gi.+?>/$pod_frontheader/i;

It seems to work on my site, but I am not sure that I haven't messed up anything else...