mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
try 2 :)
This commit is contained in:
parent
b6f6a58dac
commit
496bed6da9
1 changed files with 4 additions and 4 deletions
|
@ -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') ?>
|
||||
|
|
Loading…
Reference in a new issue