Changeset 5892 for trunk/interface/owner/help/index.php
- Timestamp:
- 05/07/08 00:45:02 (8 months ago)
- Files:
-
- 1 modified
-
trunk/interface/owner/help/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/help/index.php
r5891 r5892 24 24 } else { 25 25 $result = file_get_contents(ROOT . "/interface/owner/help/".$shortcutFilename); 26 echo $result;26 echo '<div id="helper-panel">'.CRLF.$result.'</div>'; 27 27 exit; 28 28 }
