EventView.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 11:42:17 +0000 (19:42 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 11:42:17 +0000 (19:42 +0800)
EventView.php

index 836b12b..6f322ae 100644 (file)
@@ -81,7 +81,7 @@ class Pman_Admin_EventView extends Pman
         
         foreach($filesJ->FILES as $f){
             $ip = $ff->baseURL."/image/events/". $f->tmp_name;
-            echo '<img src="'.{$ip}.'" width="150"/>'';
+            echo '<a href="'.$ip.'/download" ><img src="'.$ip.'" width="150"/></a>';
                     
         }