*

Recent

Author Topic: Turn the images in RSS-Games into links  (Read 4570 times)

Frank

  • Sr. Member
  • ****
  • Posts: 257
  • Force: +4/-0
Turn the images in RSS-Games into links
« on: November 14, 2014, 01:11:38 AM »
Turns the images in RSS-Games into links  8)

rss-arcade.php

Code: [Select]
Find:

print ""."<description><![CDATA[ <img src='$thumburl' ><br /> $description ]]></description>\n";

Replace With:

print ""."<description><![CDATA[ <a href=index.php?action=play&amp;ID=$ID><img src='$thumburl' alt='' /></a> <br /> $description ]]></description>\n";