Hi
I have an old 1.5 template site (Kulanite) that I’ve moved to new webspace.
I’m getting the following deprecated message when inspecting the element (an image that isn’t showing up):
Function eregi(‘) is deprecated in <b>/home/content/c/a/t/cath2621/html/templates/ja_kulanite/ja_templatetools_1.5.php</b> on line <b>250</b>
I’ve done a web search and found that ‘eregi’ should be replaced with ‘preg_match’ but I get a further message if I do that.
This is the line in my ja_templatetools_1.5.php file:
if (eregi(“gif”, $file) || eregi(“jpg”, $file) || eregi(“png”, $file))
Thanks
Andy