if (module::get_var("exif_sidebar", "hide_link") == true) { ?>
} ?>
foreach ($details as $element) {
// only show the items that are not on the list from the admin settings.
$caption = (string)$element["caption"];
$pos = strpos($hide_values, $caption);
if ($pos === false) {
?>
} // close the if we should show the row.
} // close the for each. ?>