include', "/\\(:ThickboxAttach +(.*?) +(.*?) +(.*?) +(.*?):\\)/e", "ThickboxAttach('$pagename', '$1', '$2', '$3', '$4')");
function ThickboxAttach($pagename, $link, $thumb, $rel, $caption)
{
$att = MarkupToHTML($pagename, "Attach:".$link);
$th = null;
if (strlen($thumb)>0)
$th = MarkupToHTML($pagename, "Attach:".$thumb);
if ((!preg_match('/action=upload/', $att)) && (!preg_match('/action=upload/', $th)))
{
$l = explode('src=\'', $att);
$path = explode($link, $l[1]);
$th = null;
$r = array();
$r[] = '";
if ($th == null)
$r[] = '
';
else
$r[] = '
';
$r[] = "";
return Keep(implode("", $r));
}
else
{
if (!preg_match('/action=upload/', $att))
{
$l = explode('src="', $att);
$path = explode($link, $l[1]);
$l .= '