Skip to content

Commit

Permalink
one more for subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Feb 8, 2014
1 parent 69dc8e6 commit 2f1cf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
$imgSrc='<img src="inc/thumb.php?src='. $urlPath . rawurlencode($upload['name']) .'&amp;dest='. $thumbLinkEncoded .'&amp;f=1" />';
}
// thumbnail link lightbox
echo '<a href="'. tsl($SITEURL).getRelPath(GSDATAUPLOADPATH). rawurlencode($upload['name']) .'" title="'. rawurlencode($upload['name']) .'" rel=" facybox_i" >'.$imgSrc.'</a>';
echo '<a href="'. tsl($SITEURL).getRelPath($path). rawurlencode($upload['name']) .'" title="'. rawurlencode($upload['name']) .'" rel=" facybox_i" >'.$imgSrc.'</a>';
} else {
$gallery = '';
$controlpanel = '';
Expand Down

0 comments on commit 2f1cf1d

Please sign in to comment.