This commit is contained in:
Bill Currie 2000-10-05 06:00:55 +00:00
parent b6f6a58dac
commit 496bed6da9

View file

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