Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free: $FolderPath = substr($Config->CurrentBrowsingDirectory, strlen($Config->CurrentWorkingDirectory)+1,(strlen($Config->CurrentBrowsingDirectory)-strlen($Config->CurrentWorkingDirectory)+1));
$FolderPath = ($FolderPath != "")?$FolderPath."/".$FileName:$FileName;
$EncodedPath = EncodeLinkUrl(FilePath(CurrentWebPath(),$FolderPath)); $ThumbPath = ($FolderPath != "")?$FolderPath."/_thumb.".$FileName:."_thumb.".$FileName;
$EncodedThumbPath = EncodeLinkUrl(FilePath(CurrentWebPath(),$ThumbPath)); $Return = "<input type=\"hidden\" name=\"Item$ItemID\" value=\"".$EncodedPath."\" /><input type=\"hidden\" name=\"ItemThumb$ItemID\" value=\"".$EncodedThumbPath."\" /><li class=\"Copy\"><a href=\"Javascript:copy(document.frmLinkContainer.Item$ItemID);\">Copy url</a></li>\r\n";<li class=\"Copy\"><a href=\"Javascript:copy(document.frmLinkContainer.ItemThumb$ItemID);\">Copy Thumb url</a></li>\r\n";
1 to 5 of 5