diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-02 09:54:39 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-02 09:54:39 +0100 |
| commit | 97d26b179f09724a367b5cc0a736961b1d83ebcd (patch) | |
| tree | 6bf0c98cb15175fccd207a8054983fbd1a882515 | |
| parent | 5f2299cde07dc400619d73a8715964f831e985ef (diff) | |
| download | fisheye-97d26b179f09724a367b5cc0a736961b1d83ebcd.tar.gz fisheye-97d26b179f09724a367b5cc0a736961b1d83ebcd.tar.bz2 fisheye-97d26b179f09724a367b5cc0a736961b1d83ebcd.zip | |
Check for highlight and display in pdf viewer
| -rwxr-xr-x | view_image.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view_image.php b/view_image.php index 6e7a5ca..a436d2d 100755 --- a/view_image.php +++ b/view_image.php @@ -22,6 +22,9 @@ if( !empty( $_REQUEST['size'] ) ) { if( !empty( $_REQUEST['refresh'] ) ) { $gBitSmarty->assign( 'refresh', '?refresh='.time() ); } +if( !empty( $_REQUEST['highlight'] ) ) { + $gBitSmarty->assign( 'highlight', $_REQUEST['highlight'] ); +} include_once FISHEYE_PKG_INCLUDE_PATH.'image_lookup_inc.php'; |
