This commit is contained in:
Bill Currie 2000-10-05 06:00:55 +00:00
parent b6f6a58dac
commit 496bed6da9
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
function screenshot ($caption, $thumb, $full)
{
echo '<a href="img/screenshots/' "$full" '">' ,
echo '<img src="img/screenshots/' "$thumb" '" alt="fullsize" border="2">' ,
echo '</a>'
echo "<p>$caption</p>"
echo '<a href="img/screenshots/', "$full", '">';
echo '<img src="img/screenshots/', "$thumb", '" alt="fullsize" border="2">';
echo '</a>';
echo "<p>$caption</p>";
}
?>
<? screenshot ('Elderworld pool in id1vis with r_wateralpha 0.3' 'wateralpha-0.3.jpg', 'wateralpha-0.3.png') ?>