EventView.php
authorChris <chris@roojs.com>
Fri, 12 Oct 2012 08:19:27 +0000 (16:19 +0800)
committerChris <chris@roojs.com>
Fri, 12 Oct 2012 08:19:27 +0000 (16:19 +0800)
EventView.php

index a7e34ec..c25515d 100644 (file)
@@ -74,6 +74,9 @@ class Pman_Admin_EventView extends Pman
         echo '<PRE>' . htmlspecialchars(file_get_contents($file)) . '</PRE>';
         
         echo '<BR/><PRE>'. htmlspecialchars($ev->remarks) . '</PRE>';
+        
+        echo '<br /><PRE>Images Preview';
+        
         exit;
         
     }