$img) {
echo '
';
echo box_linkusage('Link Usage', $img);
echo '
';
}
} else {
foreach ($list_img as $key => $img) {
echo '';
echo box_linkusage('Link Usage', $img . ' ' . $list_img_v6[$key]);
echo '
';
}
}
} else {
if (!$showv6) {
foreach ($list_img as $key => $img) {
echo '';
echo box_linkusage('Link Usage for ' . $txt_title[$key], $img);
echo '
';
}
} else {
foreach ($list_img as $key => $img) {
echo '';
echo box_linkusage('Link Usage for ' . $txt_title[$key], $img . ' ' . $list_img_v6[$key]);
echo '
';
}
}
}
?>