';
if ($type == "image") { // Print image code.
print "\n
";
}
else print $label; // Print text code.
print "
";
if ($type == "image") {
$link_content .= "\n
";
}
else $link_content .= $label;
// Add the textarea for copying the code.
print '
\n";
// Add the label assigned through the admin interface.
print $label . " : " . $points . " points";
print '';