{$name}
{$ctx->if_true($note, ''.$note.'')}
{$size}
HTML;
}
function image($ctx,
// options
$align, $nolabel, $w, $padding_top, $may_have_alpha,
// image data
$direct_url, $url, $note) {
return <<
{$ctx->if_true(
$note != '' && !$nolabel,
'
'.$note.'
'
)}
HTML;
}
function video($ctx, $url, $w, $h) {
return <<
HTML;
}