if (! isset($content)) $content = ''; ?>
=
$html->shadow('div',
$html->div('close', $html->link('×', null, array('class' => 'a close'), null, false)) .
$html->div('wrapper',
$html->div('target', $content)
),
array('id' => $id, 'class' => 'wp closed' . (isset($class) ? ' ' . $class : ''))
);
?>