Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
inkscape3 [2010-09-08 11:42]
Joakim Forsgren
inkscape3 [2022-07-18 13:20] (current)
Line 17: Line 17:
  foreach ($images as $image) {  foreach ($images as $image) {
                 $image = str_replace('../','',$image);                 $image = str_replace('../','',$image);
- echo '<a href="http://www2.park.se/~jf/' . $image . '"> + echo '<a href="http://student.oedu.se/~jf/' . $image . '"> 
-                         <img src="http://www2.park.se/~jf/thumb.php?file='. $image . '&width=150" title="" alt=""  >+                         <img src="http://student.oedu.se/~jf/thumb.php?file='. $image . '&width=150" title="" alt=""  >
                       </a>';                       </a>';
  }  }