coords . '}'); $attributes = elgg_format_attributes(array( 'class' => 'tidypics-tag', 'data-x1' => $coords->x1, 'data-y1' => $coords->y1, 'data-width' => $coords->width, 'data-height' => $coords->height, )); if ($vars['tag']->type == 'user') { $user = get_entity($vars['tag']->value); $label = elgg_view('output/url', array( 'text' => $user->name, 'href' => $user->getURL(), )); } else { $label = $vars['tag']->value; } echo <<
$label
HTML;