Home
last modified time | relevance | path

Searched refs:imgdir (Results 1 – 1 of 1) sorted by relevance

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php26 $imgdir = '/images/'; // webroot-relative path to main images directory (onl… variable
38 $dirlimit = realpath($docroot.'/'.$imgdir);
40 $captionfile = $docroot.'/'.$imgdir.(@$_REQUEST['dir'] ? $_REQUEST['dir'].'/' : '').'captions.txt';
52 …echo '<img src="'.htmlentities(phpThumbURL('src='.urlencode($imgdir.@$_REQUEST['dir'].'/'.$_REQUES…
57 $currentdir = realpath($docroot.'/'.$imgdir.@$_REQUEST['dir']);
87 …UOTES).'" href="#" onClick="window.open(\''.$popup.'?src='.htmlentities($imgdir.@$_REQUEST['dir'].…
91 …echo '<img src="'.htmlentities(phpThumbURL('src='.urlencode($imgdir.@$_REQUEST['dir'].'/'.$file).'…
96 ….htmlentities(str_replace(realpath($docroot), '', realpath($docroot.'/'.$imgdir.@$_REQUEST['dir'])…